Skip to content
Snippets Groups Projects
Commit 049297b4 authored by Jens Nolte's avatar Jens Nolte
Browse files

sway: Add Shift to 'move workspace' keybindings

parent 9514b8b0
No related branches found
No related tags found
No related merge requests found
......@@ -266,14 +266,14 @@ bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
bindsym $mod+Alt+h move workspace to output left
bindsym $mod+Alt+j move workspace to output down
bindsym $mod+Alt+k move workspace to output up
bindsym $mod+Alt+l move workspace to output right
bindsym $mod+Alt+Left move workspace to output left
bindsym $mod+Alt+Down move workspace to output down
bindsym $mod+Alt+Up move workspace to output up
bindsym $mod+Alt+Right move workspace to output right
bindsym $mod+Alt+Shift+h move workspace to output left
bindsym $mod+Alt+Shift+j move workspace to output down
bindsym $mod+Alt+Shift+k move workspace to output up
bindsym $mod+Alt+Shift+l move workspace to output right
bindsym $mod+Alt+Shift+Left move workspace to output left
bindsym $mod+Alt+Shift+Down move workspace to output down
bindsym $mod+Alt+Shift+Up move workspace to output up
bindsym $mod+Alt+Shift+Right move workspace to output right
# split in horizontal orientation
bindsym $mod+c split h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment