Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # split in vertical orientation
- bindsym Mod1+v split v
- # enter fullscreen mode for the focused container
- bindsym Mod1+f fullscreen toggle
- # change container layout (stacked, tabbed, toggle split)
- bindsym Mod1+s layout stacking
- bindsym Mod1+w layout tabbed
- bindsym Mod1+e layout toggle split
- # toggle tiling / floating
- bindsym Mod1+Shift+space floating toggle
- # change focus between tiling / floating windows
- bindsym Mod1+space focus mode_toggle
- # focus the parent container
- bindsym Mod1+a focus parent
- # focus the child container
- #bindsym Mod1+d focus child
- # move the currently focused window to the scratchpad
- bindsym Mod1+Shift+minus move scratchpad
- # Show the next scratchpad window or hide the focused scratchpad window.
- # If there are multiple scratchpad windows, this command cycles through them.
- bindsym Mod1+minus scratchpad show
- # Define names for default workspaces for which we configure key bindings later on.
- # We use variables to avoid repeating the names in multiple places.
- set $ws1 ""
- set $ws2 "2"
- set $ws3 "3"
- set $ws4 "4"
- set $ws5 "5"
- set $ws6 "6"
- set $ws7 "7"
- set $ws8 "8"
- set $ws9 "9"
- set $ws10 "10"
- # switch to workspace
- bindsym Mod1+1 workspace number $ws1
- bindsym Mod1+2 workspace number $ws2
- bindsym Mod1+3 workspace number $ws3
- bindsym Mod1+4 workspace number $ws4
- bindsym Mod1+5 workspace number $ws5
- bindsym Mod1+6 workspace number $ws6
- bindsym Mod1+7 workspace number $ws7
- bindsym Mod1+8 workspace number $ws8
- bindsym Mod1+9 workspace number $ws9
- bindsym Mod1+0 workspace number $ws10
- # move focused container to workspace
- bindsym Mod1+Shift+1 move container to workspace number $ws1
- bindsym Mod1+Shift+2 move container to workspace number $ws2
- bindsym Mod1+Shift+3 move container to workspace number $ws3
- bindsym Mod1+Shift+4 move container to workspace number $ws4
- bindsym Mod1+Shift+5 move container to workspace number $ws5
- bindsym Mod1+Shift+6 move container to workspace number $ws6
- bindsym Mod1+Shift+7 move container to workspace number $ws7
- bindsym Mod1+Shift+8 move container to workspace number $ws8
- bindsym Mod1+Shift+9 move container to workspace number $ws9
- bindsym Mod1+Shift+0 move container to workspace number $ws10
- "config" 192L, 6646B 119,11 68%
Advertisement
Add Comment
Please, Sign In to add comment