diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-24 10:50:29 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-24 10:51:05 +0200 |
commit | aafebe5886b9676c6d063cbb234bc1bc9ae64582 (patch) | |
tree | 8bedc05579121f786e5ea0118b877b77ae44af79 /.config | |
parent | 5324b85ad87bd71af936bba3e399e84d91fccfaf (diff) |
[sway] add workspaces up to 20
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 20 | ||||
-rw-r--r-- | .config/waybar/config | 12 |
2 files changed, 31 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 2df4f7c..c6ec2ba 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -169,6 +169,16 @@ include $HOME/.config/sway/input bindsym $mod+8 workspace number 8 bindsym $mod+9 workspace number 9 bindsym $mod+0 workspace number 10 + bindsym $mod+Alt+1 workspace number 11 + bindsym $mod+Alt+2 workspace number 12 + bindsym $mod+Alt+3 workspace number 13 + bindsym $mod+Alt+4 workspace number 14 + bindsym $mod+Alt+5 workspace number 15 + bindsym $mod+Alt+6 workspace number 16 + bindsym $mod+Alt+7 workspace number 17 + bindsym $mod+Alt+8 workspace number 18 + bindsym $mod+Alt+9 workspace number 19 + bindsym $mod+Alt+0 workspace number 20 # Move focused container to workspace bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+2 move container to workspace number 2 @@ -180,6 +190,16 @@ include $HOME/.config/sway/input bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 10 + bindsym $mod+Shift+Alt+1 move container to workspace number 11 + bindsym $mod+Shift+Alt+2 move container to workspace number 12 + bindsym $mod+Shift+Alt+3 move container to workspace number 13 + bindsym $mod+Shift+Alt+4 move container to workspace number 14 + bindsym $mod+Shift+Alt+5 move container to workspace number 15 + bindsym $mod+Shift+Alt+6 move container to workspace number 16 + bindsym $mod+Shift+Alt+7 move container to workspace number 17 + bindsym $mod+Shift+Alt+8 move container to workspace number 18 + bindsym $mod+Shift+Alt+9 move container to workspace number 19 + bindsym $mod+Shift+Alt+0 move container to workspace number 20 # Note: workspaces can have any name you want, not just numbers. # We just use 1-10 as the default. # diff --git a/.config/waybar/config b/.config/waybar/config index 7fb3289..1e4b291 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -15,7 +15,17 @@ "7": "七", "8": "八", "9": "九", - "10": "十" + "10": "十", + "11": "十一", + "12": "十二", + "13": "十三", + "14": "十四", + "15": "十五", + "16": "十六", + "17": "十七", + "18": "十八", + "19": "十九", + "20": "二十" } }, "sway/window": { |