Skip to content

Commit

Permalink
💾 save!
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbrueckri committed Sep 14, 2024
1 parent 0f9e3cf commit 6ccc884
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/btop/btop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ graph_symbol_net = "default"
graph_symbol_proc = "default"

#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
shown_boxes = "cpu mem proc"
shown_boxes = "cpu net mem"

#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 2000
Expand Down
5 changes: 5 additions & 0 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ map cmd+7 send_text all \x017
map cmd+8 send_text all \x018
map cmd+9 send_text all \x019

# cmd+t open a new tmux window
map cmd+t send_text all \x01c
# cmd+w send ctrl+d to exit the shell
map cmd+w send_text all \x04

################################################################################
# Other
################################################################################
Expand Down

0 comments on commit 6ccc884

Please sign in to comment.