diff options
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index e2aeb9b..e2e7197 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -87,6 +87,7 @@ bindsym $mod+6 workspace $ws6 bindsym $mod+7 workspace $ws7 bindsym $mod+8 workspace $ws8 bindsym $mod+9 workspace $ws9 +bindsym $mod+0 workspace $ws0 bindsym $mod+Ctrl+m workspace $wsMusic bindsym $mod+Ctrl+v workspace $wsVideo @@ -103,6 +104,7 @@ bindsym $mod+Shift+6 move container to workspace $ws6 bindsym $mod+Shift+7 move container to workspace $ws7 bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 +bindsym $mod+Shift+0 move container to workspace $ws0 # move focused workspce to output bindsym $mod+Ctrl+$left move workspace to output left |