Commit a56ca4ff authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added shortcut ($mod+space) which toggles floating but set the window to a...

Added shortcut ($mod+space) which toggles floating but set the window to a specific size and position on the screen (note it requires "xdotool" to be installed).

 I find it very useful for when want to quick focus on a window (without doing fullscreen).
parent 3d152b7a
......@@ -126,9 +126,10 @@ bindsym $mod+Mod1+w split h; layout tabbed
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
bindsym $mod+space floating toggle resize set 1900 1040; exec xdotool getactivewindow windowmove 10 30
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
bindsym $mod+Mod1+space focus mode_toggle
# toggle sticky
bindsym $mod+Shift+s sticky toggle;exec notify-send 'sticky windows toggled'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment