Add a toggle for floating windows.
This commit is contained in:
parent
95a0d64006
commit
333518fabf
|
@ -5,6 +5,7 @@ bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Do you want to exit?' -B 'Yes' 'xfce4-session-logout'"
|
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Do you want to exit?' -B 'Yes' 'xfce4-session-logout'"
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
|
bindcode $mod+Shift+65 floating toggle
|
||||||
## Change focus.
|
## Change focus.
|
||||||
bindsym $mod+Left focus left
|
bindsym $mod+Left focus left
|
||||||
bindsym $mod+Down focus down
|
bindsym $mod+Down focus down
|
||||||
|
|
Loading…
Reference in New Issue