Some things

This commit is contained in:
2025-09-30 20:40:46 +02:00
parent 7e3b39d8e4
commit 1ab00403fb
11 changed files with 262 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:defaul
#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
vim_keys = False
vim_keys = True
#* Rounded corners on boxes, is ignored if TTY mode is ON.
rounded_corners = True
@@ -63,7 +63,7 @@ proc_sorting = "cpu lazy"
proc_reversed = False
#* Show processes as a tree.
proc_tree = False
proc_tree = True
#* Use the cpu graph colors in the process list.
proc_colors = True

View File

@@ -39,7 +39,7 @@ append_keymap = [
{ on = [ "g", "w" ], run = "cd ~/workspace_local", desc = "Go to workspace" },
{ on = [ "g", "e" ], run = "cd ~/dotfiles", desc = "Go to dotfiles" },
{ on = [ "g", "r" ], run = "cd /", desc = "Go to root" },
{ on = [ "g", "b" ], run = "cd /webdav/docs/books", desc = "Go to books" },
{ on = [ "g", "b" ], run = "cd /shared", desc = "Go to hdd" },
{ on = [ "g", "l" ], run = "cd ~/.local", desc = "Go to Local" },
{ on = [ "g", "o" ], run = "cd ~/Documents", desc = "Go to Docs" },
{ on = [ "g", "a" ], run = "cd ~/.cache", desc = "Go to Cache" },