143 lines
4.6 KiB
Plaintext
143 lines
4.6 KiB
Plaintext
#Workspaces to monitors
|
|
workspace $Terminal output $main
|
|
workspace $Browsers output $second
|
|
workspace $Code output $main
|
|
workspace $IRC output $second
|
|
workspace $Media output $main
|
|
workspace $Reading output $second
|
|
workspace $Youtube output $main
|
|
workspace $Steam output $second
|
|
workspace $Vm output $main
|
|
workspace $Notes output $second
|
|
workspace $Game output $main
|
|
workspace $Mail output $second
|
|
|
|
#Window Rules
|
|
# floating_minimum_size 150 x 100
|
|
# floating_maximum_size 1280 x 720
|
|
|
|
#Terminal
|
|
assign [class = "kitty"] $Terminal
|
|
assign [app_id = "org.wezfurlong.wezterm"] $Terminal
|
|
assign [class = "qutebrowser"] $Terminal
|
|
|
|
for_window [title = "Mozilla Firefox (Private Browsing)"] move to workspace $Vm
|
|
|
|
#Browsers
|
|
assign [app_id = "firefox_firefox"] $Browsers
|
|
assign [app_id = "zen"] $Browsers
|
|
assign [class = "Microsoft-edge"] $Browsers
|
|
assign [class = "Nemo"] $Browsers
|
|
# assign [class ="Pavucontrol"] $Browsers
|
|
|
|
#Code
|
|
assign [class = "jetbrains-idea"] $Code
|
|
assign [class = "jetbrains-studio"] $Code
|
|
assign [class = "neovide"] $Code
|
|
assign [class = "VSCodium"] $Code
|
|
# assign [class = "Emacs"] $Code
|
|
|
|
#Ircs
|
|
assign [class = "discord"] $IRC
|
|
assign [class = "Telegram"] $IRC
|
|
|
|
#Media
|
|
assign [class = "krita"] $Media
|
|
assign [class = "Scenarist"] $Media
|
|
assign [class = "Inkscape"] $Media
|
|
assign [class = "scribus"] $Media
|
|
assign [class = "rnote"] $Media
|
|
assign [app_id = "org.kde.kdenlive"] $Media
|
|
assign [class = "REAPER"] $Media
|
|
assign [class = "Xournal"] $Media
|
|
assign [class = "^.*Gimp"] $Media
|
|
|
|
#Reading
|
|
assign [class = "Zathura"] $Reading
|
|
|
|
#Youtube/Vidyas
|
|
assign [class = "FreeTube"] $Youtube
|
|
assign [class = "mpv"] $Youtube
|
|
|
|
#Game Launchers
|
|
assign [class = "heroic"] $Steam
|
|
assign [class = "steam"] $Steam
|
|
assign [class = "Lutris"] $Steam
|
|
assign [class = "r2modman"] $Steam
|
|
assign [class = "MultiMC"] $Steam
|
|
assign [class = "Artix Game Launcher"] $Steam
|
|
assign [class = "battle.net.exe"] $Steam
|
|
assign [class = "PrismLauncher"] $Steam
|
|
assign [app_id = "org.prismlauncher.PrismLauncher"] $Steam
|
|
assign [class = "Albion Online Launcher"] $Steam
|
|
|
|
#Notes
|
|
assign [class = "obsidian"] $Notes
|
|
assign [class = "^.*libreoffice"] $Notes
|
|
#assign [class = "wpsoffice"] $Notes #Gave up on WPS LOL
|
|
assign [class = "Trello Desktop"] $Notes
|
|
|
|
#Games
|
|
assign [class = "csgo_linux64"] $Game
|
|
assign [class = "steam_proton"] $Game
|
|
assign [class = "steam_app^.*"] $Game
|
|
assign [class = "^.*Minecraft"] $Game
|
|
assign [class = "^.*overwatch.exe"] $Game
|
|
assign [class = "Albion-Online"] $Game
|
|
assign [class = "leagueclientux.exe"] $Game
|
|
|
|
|
|
|
|
#Mail
|
|
assign [class = "Evolution"] $Mail
|
|
assign [class = "thunderbird"] $Mail
|
|
|
|
assign [class = "Virt-manager"] $Vm
|
|
assign [class = "Google-chrome"] $Vm
|
|
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
|
|
assign [workspace = $Browsers] workspace_layout default
|
|
#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
|
|
for_window [class = "Soundux"] floating enabled
|
|
for_window [class = "Nemo"] floating enabled
|
|
for_window [class = "Thunar"] floating enabled
|
|
for_window [class = "Pavucontrol"] floating enabled
|
|
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
|
|
# for_window [class = ".*"] title_format "<b>%class</b>"
|
|
for_window [class = "XTerm"] floating enabled
|
|
for_window [class = "org.opensuse.YaST"] floating enabled
|
|
for_window [class = "chatterino"] floating enabled
|
|
#Names
|
|
for_window [title = "ani-cli"] move to workspace $Youtube
|
|
for_window [title="bouncing-ball"] floating enable
|
|
for_window [title = "^.*Private Browsing"] 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
|
|
for_window [title = ".*Telega Root*."] move to workspace $IRC
|
|
for_window [title = ".*Emacs Everywhere*."] floating enabled, resize set 600 200, move position mouse
|