Add some window rules for new setup
This commit is contained in:
parent
af10a9346e
commit
24a712afea
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue