all my homies actually hate nvim
This commit is contained in:
@@ -26,12 +26,13 @@ for_window [title = "Mozilla Firefox (Private Browsing)"] move to workspace $Vm
|
||||
assign [class = "firefox"] $Browsers
|
||||
assign [class = "Microsoft-edge"] $Browsers
|
||||
assign [class = "Nemo"] $Browsers
|
||||
assign [class ="Pavucontrol"] $Browsers
|
||||
# assign [class ="Pavucontrol"] $Browsers
|
||||
|
||||
#Code
|
||||
assign [class = "jetbrains-idea"] $Code
|
||||
assign [class = "jetbrains-studio"] $Code
|
||||
assign [class = "neovide"] $Code
|
||||
assign [class = "VSCodium"] $Code
|
||||
|
||||
#Ircs
|
||||
assign [class = "discord"] $IRC
|
||||
@@ -61,6 +62,7 @@ assign [class = "MultiMC"] $Steam
|
||||
assign [class = "Artix Game Launcher"] $Steam
|
||||
assign [class = "battle.net.exe"] $Steam
|
||||
assign [class = "PrismLauncher"] $Steam
|
||||
assign [class = "Albion Online Launcher"] $Steam
|
||||
|
||||
#Notes
|
||||
assign [class = "obsidian"] $Notes
|
||||
@@ -75,6 +77,10 @@ assign [class = "steam_app^.*"] $Game
|
||||
assign [class = "^.*Minecraft"] $Game
|
||||
assign [class = "^.*steam"] $Game
|
||||
assign [class = "^.*overwatch.exe"] $Game
|
||||
assign [class = "Albion-Online"] $Game
|
||||
assign [class = "leagueclientux.exe"] $Game
|
||||
|
||||
|
||||
|
||||
#Mail
|
||||
assign [class = "Evolution"] $Mail
|
||||
@@ -86,6 +92,22 @@ assign [class = "Chromium-browser"] $Vm
|
||||
|
||||
|
||||
#More Rules
|
||||
|
||||
# Roles (Thanks greyfade :D)
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [window_role="task_dialog"] floating enable
|
||||
for_window [title = ".*Microsoft Teams"] floating disabled
|
||||
|
||||
#Workspaces
|
||||
|
||||
for_window [workspace = $Browsers] layout splitv
|
||||
#for_window [workspace = $Steam] floating enabled
|
||||
for_window [workspace = $Steam] layout splitv
|
||||
#for_window [workspace = $Youtube] floating enabled
|
||||
for_window [workspace = $Youtube] layout stacking
|
||||
for_window [workspace = $IRC] layout splitv
|
||||
# for_window [workspace = $Terminal] layout tabbed
|
||||
|
||||
#Classes
|
||||
for_window [class = "Spotify"] move to workspace $Mail
|
||||
for_window [class = "AppRun.wrapped"] floating enabled
|
||||
@@ -97,15 +119,6 @@ for_window [class = "GUI"] floating enabled
|
||||
for_window [class = "NoiseTorch"] floating enabled
|
||||
for_window [class = "flameshot"] floating enabled
|
||||
for_window [class = "Chromium-browser"] floating disabled
|
||||
|
||||
#Workspaces
|
||||
|
||||
for_window [workspace = $Browsers] layout splitv
|
||||
#for_window [workspace = $Steam] floating enabled
|
||||
for_window [workspace = $Steam] layout splitv
|
||||
#for_window [workspace = $Youtube] floating enabled
|
||||
for_window [workspace = $IRC] layout splitv
|
||||
# for_window [workspace = $Terminal] layout tabbed
|
||||
for_window [class = ".*"] title_format "<b>%class</b>"
|
||||
for_window [class = "XTerm"] floating enabled
|
||||
for_window [class = "org.opensuse.YaST"] floating enabled
|
||||
@@ -115,7 +128,6 @@ for_window [title = "ani-cli"] move to workspace $Youtube
|
||||
for_window [title = "^.*Private"] move to workspace $Vm
|
||||
for_window [title = "work" class = "kitty"] move to workspace $Code
|
||||
#for_window [title = "manga-cli"] move to workspace $Youtube
|
||||
for_window [title = "Albion Online Launcher"] move to workspace $Steam
|
||||
for_window [title = "Albion Online Client"] move to workspace $Game
|
||||
|
||||
# Roles (Thanks greyfade :D)
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [window_role="task_dialog"] floating enable
|
||||
|
||||
Reference in New Issue
Block a user