Compare commits

...

2 Commits

2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -231,6 +231,9 @@ windowrulev2 = workspace 10, class:(org.prismlauncher.PrismLauncher)
#windowrule = float,^(sioyek)$ # set rounding to 10 for kitty #windowrule = float,^(sioyek)$ # set rounding to 10 for kitty
windowrulev2 = size 900 500, title:(Select Document) windowrulev2 = size 900 500, title:(Select Document)
windowrulev2 = size 900 500, title:(Open File) windowrulev2 = size 900 500, title:(Open File)
windowrulev2 = float, class:(PrismLauncher)
windowrulev2 = workspace 9, class:(PrismLauncher)
windowrulev2 = workspace 4, class:(Minecraft*)
# Settings applications will float # Settings applications will float
windowrulev2 = float, class:(qt6ct) windowrulev2 = float, class:(qt6ct)