From c2ed01e23422ae63cd8e3cf5153adf98fd494f3c Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 6 Mar 2022 00:21:38 -0300 Subject: [PATCH] sway: Workspace y --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 86b7179..e4a203c 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -107,7 +107,7 @@ input * { bindsym $mod+i workspace 2:i bindsym $mod+o workspace 3:o bindsym $mod+p workspace 4:p - bindsym $mod+5 workspace number 5 + bindsym $mod+y workspace 5:y bindsym $mod+6 workspace number 6 bindsym $mod+7 workspace number 7 bindsym $mod+8 workspace number 8 @@ -118,7 +118,7 @@ input * { bindsym $mod+Shift+i move container to workspace 2:i bindsym $mod+Shift+o move container to workspace 3:o bindsym $mod+Shift+p move container to workspace 4:p - bindsym $mod+Shift+5 move container to workspace number 5 + bindsym $mod+Shift+y move container to workspace 5:y bindsym $mod+Shift+6 move container to workspace number 6 bindsym $mod+Shift+7 move container to workspace number 7 bindsym $mod+Shift+8 move container to workspace number 8