From 5673c2a79f2e14c656897b8b5e7efe22a26e1ba1 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 3 Dec 2020 13:22:46 +0100 Subject: sway: support workspace 0 --- .config/sway/binds.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/sway/binds.conf') 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 -- cgit 1.4.1