auto up 00:07:04 up 9:57, 2 users, load average: 0.53, 0.59, 0.74

This commit is contained in:
2025-11-17 00:07:05 +01:00
parent a22de5534a
commit 5d0b15dcf5

View File

@@ -48,7 +48,7 @@ append_keymap = [
{ on = [ "g", "a" ], run = "cd ~/.cache", desc = "Go to Cache" },
{ on = [ "g", "T" ], run = "cd ~/.local/share/Trash", desc = "Go to trash" },
{ on = [ "g", "t" ], run = "cd ~/Nextcloud/Notes", desc = "Go to notes" },
{ on = [ "g", "U" ], run = "cd ~/Nextcloud/University", desc = "Go to Uni" },
{ on = [ "g", "U" ], run = "cd ~/Nextcloud/University/current", desc = "Go to Uni" },
{ on = [ "g", "C" ], run = "cd ~/projects/university/S3", desc = "Go to current semester" },
]