diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/binds.conf | 2 | ||||
| -rw-r--r-- | .config/sway/config | 1 |
2 files changed, 3 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 diff --git a/.config/sway/config b/.config/sway/config index 9b8abce..73be3d2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -57,6 +57,7 @@ set $ws6 6 set $ws7 7 set $ws8 8 set $ws9 9 +set $ws0 0 set $wsMusic m set $wsVideo v set $wsGame g |