From 0bef35255788cde93c019a2e9f8167f2766e9c79 Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 25 Nov 2023 11:00:23 +0100 Subject: [PATCH] Add F1-4 for secondary monitor workspaces --- arch-config/.config/sway/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch-config/.config/sway/config b/arch-config/.config/sway/config index c0d66ae5..f8a032a7 100644 --- a/arch-config/.config/sway/config +++ b/arch-config/.config/sway/config @@ -162,6 +162,10 @@ bindsym $mod+7 workspace number 7 bindsym $mod+8 workspace number 8 bindsym $mod+9 workspace number 9 bindsym $mod+0 workspace number 10 +bindsym $mod+F1 workspace number 7 +bindsym $mod+F2 workspace number 8 +bindsym $mod+F3 workspace number 9 +bindsym $mod+F4 workspace number 10 # Move focused container to workspace bindsym $mod+Shift+1 move container to workspace number 1; workspace 1 @@ -174,6 +178,10 @@ bindsym $mod+Shift+7 move container to workspace number 7; workspace 7 bindsym $mod+Shift+8 move container to workspace number 8; workspace 8 bindsym $mod+Shift+9 move container to workspace number 9; workspace 9 bindsym $mod+Shift+0 move container to workspace number 10; workspace 10 +bindsym $mod+Shift+F1 move container to workspace number 7; workspace 7 +bindsym $mod+Shift+F2 move container to workspace number 8; workspace 8 +bindsym $mod+Shift+F3 move container to workspace number 9; workspace 9 +bindsym $mod+Shift+F4 move container to workspace number 10; workspace 10 # Note: workspaces can have any name you want, not just numbers. # We just use 1-10 as the default.