From 0060161234f0464841077172b22ff9474df4d996 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 25 Sep 2022 21:52:08 -0300 Subject: [PATCH] sway: Workspace 4 --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 1ccfb21..65f41cd 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -109,7 +109,7 @@ input * { bindsym $mod+m workspace number 1 bindsym $mod+comma workspace number 2 bindsym $mod+period workspace number 3 - # bindsym $mod+4 workspace number 4 + bindsym $mod+apostrophe workspace number 4 # bindsym $mod+5 workspace number 5 # bindsym $mod+6 workspace number 6 # bindsym $mod+7 workspace number 7 @@ -120,7 +120,7 @@ input * { bindsym $mod+Shift+m move container to workspace number 1 bindsym $mod+Shift+comma move container to workspace number 2 bindsym $mod+Shift+period move container to workspace number 3 - # bindsym $mod+Shift+4 move container to workspace number 4 + bindsym $mod+Shift+apostrophe move container to workspace number 4 # bindsym $mod+Shift+5 move container to workspace number 5 # bindsym $mod+Shift+6 move container to workspace number 6 # bindsym $mod+Shift+7 move container to workspace number 7