Compare commits

...

2 Commits

Author SHA1 Message Date
e7b418007f [Yazi] Keybinds 2026-02-17 13:58:02 +01:00
0b896e404c [Hyprland] Windowrules 2026-02-17 13:57:55 +01:00
2 changed files with 7 additions and 2 deletions

View File

@@ -19,6 +19,11 @@ windowrule = fullscreen on, match:title (.*)Beat Saber(.*)
windowrule = workspace 2, match:title (.*)Discord(.*)
windowrule = workspace 3, match:title ^(Steam)(.*)$
windowrule = float off, match:title ^(Steam)(.*)$
windowrule = float on, match:title ^(SteamVR)(.*)$
windowrule = center on, match:title ^(.*)(SteamVR)(.*)$
windowrule = float on, match:title ^(.*)(Android)(.*)(Emulator)(.*)$
windowrule = workspace 2, match:title ^(.*)(Android)(.*)(Emulator)(.*)$
windowrule = center on, match:title ^(.*)(Android)(.*)(Emulator)(.*)$
windowrule = workspace 1, match:title (.*)(VSCodium)$
windowrule = center on, match:title ^(.*)(VSCodium)$
windowrule = workspace 3, match:class minecraft-launcher

View File

@@ -24,8 +24,8 @@ prepend_keymap = [
{ on = [ "g", "n" ], run = "cd ~/NextCloud/Documents/", desc = "Go to NextCloud Documents" },
{ on = [ "g", "w" ], run = "cd ~/NextCloud/Wallpapers", desc = "Go to Wallpapers" },
{ on = [ "g", "e", "n" ], run = "cd ~/NextCloud/Documents/ETH/Semester3/", desc = "Go to ETH Nextcloud" },
{ on = [ "g", "e", "p" ], run = "cd ~/projects/eth/semester3/", desc = "Go to ETH git folder" },
{ on = [ "g", "e", "g" ], run = "cd ~/projects/eth/gitlab/spca2025-jahutz-hand-in/", desc = "Go to ETH Gitlab folder" },
{ on = [ "g", "e", "p" ], run = "cd ~/projects/eth/semesters/semester4/", desc = "Go to ETH git folder" },
{ on = [ "g", "e", "g" ], run = "cd ~/projects/eth/gitlab/", desc = "Go to ETH Gitlab folder" },
{ on = [ "g", "e", "s" ], run = "cd ~/projects/eth/eth-summaries/semester3/", desc = "Go to ETH Summaries folder" },
{ on = [ "g", "s", "h" ], run = "cd ~/.steam/steam/steamapps/common", desc = "Go to ~/.steam/steam/steamapps/common" },
{ on = [ "g", "s", "g" ], run = "cd /mnt/games/SteamLibrary", desc = "Go to SteamLibrary on NTFS partition" },