Compare commits
2 Commits
dev
...
e7b418007f
| Author | SHA1 | Date | |
|---|---|---|---|
| e7b418007f | |||
| 0b896e404c |
@@ -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
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user