Add some window rules for new setup

This commit is contained in:
Evie Litherland-Smith 2023-06-28 17:35:41 +01:00
parent af10a9346e
commit 24a712afea
2 changed files with 10 additions and 1 deletions

View file

@ -106,11 +106,18 @@
bind = ALT SHIFT, K, movewindow, u bind = ALT SHIFT, K, movewindow, u
bind = ALT SHIFT, J, movewindow, d bind = ALT SHIFT, J, movewindow, d
workspace = name:terminal, default:true workspace = name:terminal
workspace = name:browser workspace = name:browser
workspace = name:files workspace = name:files
workspace = name:chat workspace = name:chat
windowrule = workspace name:terminal, org.wezfurlong.wezterm
windowrule = workspace name:browser, firefox
windowrule = workspace name:files, thunar
windowrule = workspace name:files, libreoffice.*
windowrule = workspace name:chat, Signal
windowrule = workspace name:chat, fractal
bind = ALT, T, moveworkspacetomonitor, name:terminal current bind = ALT, T, moveworkspacetomonitor, name:terminal current
bind = ALT, T, workspace, name:terminal bind = ALT, T, workspace, name:terminal
bind = ALT SHIFT, T, moveworkspacetomonitor, name:terminal current bind = ALT SHIFT, T, moveworkspacetomonitor, name:terminal current

View file

@ -16,6 +16,8 @@ in {
monitor = DP-4,1920x1080,3840x0,1.0,transform,1 monitor = DP-4,1920x1080,3840x0,1.0,transform,1
workspace = name:remote workspace = name:remote
windowrule = workspace name:chat, teams-for-linux
windowrule = workspace name:remote, nxplayer.*
bind = ALT, R, moveworkspacetomonitor, remote current bind = ALT, R, moveworkspacetomonitor, remote current
bind = ALT, R, workspace, remote bind = ALT, R, workspace, remote
bind = ALT SHIFT, R, moveworkspacetomonitor, remote current bind = ALT SHIFT, R, moveworkspacetomonitor, remote current