FLOAT
This commit is contained in:
parent
f5f8356b0d
commit
dfee1961ee
1 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ bindsym $mod+shift+0 move container to workspace 10
|
||||||
bindsym $mod+b splith
|
bindsym $mod+b splith
|
||||||
bindsym $mod+v splitv
|
bindsym $mod+v splitv
|
||||||
|
|
||||||
bindsym $mod+shift+f fullscreen
|
bindsym $mod+shift+f fullscreen toggle
|
||||||
bindsym $mod+f floating toggle
|
bindsym $mod+f floating toggle
|
||||||
bindsym $mod+s floating disable
|
bindsym $mod+s floating disable
|
||||||
bindsym $mod+alt+f focus mode_toggle
|
bindsym $mod+alt+f focus mode_toggle
|
||||||
|
@ -163,8 +163,8 @@ mode "resize" {
|
||||||
}
|
}
|
||||||
|
|
||||||
set $tilers "(kitty.*|firefox.*|Slack.*|thunar.*)"
|
set $tilers "(kitty.*|firefox.*|Slack.*|thunar.*)"
|
||||||
for_window [app_id=".*"] floating enable
|
for_window [title=".*"] floating enable
|
||||||
for_window [app_id=$tilers] layout splith
|
for_window [app_id=$tilers] floating disable
|
||||||
bindsym $mod+shift+alt+f for_window [class=$tilers] floating toggle
|
bindsym $mod+shift+alt+f for_window [class=$tilers] floating toggle
|
||||||
|
|
||||||
client.focused #66d9ef #66d9ef #66d9ef #66d9ef #66d9ef
|
client.focused #66d9ef #66d9ef #66d9ef #66d9ef #66d9ef
|
||||||
|
|
Reference in a new issue