Skip to content

Commit

Permalink
sway: Add one more workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Jan 17, 2025
1 parent 4b9e15f commit 3f76e74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotfiles/sway/.config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ workspace 10 output DP-1

workspace 11 output DP-2
workspace 12 output DP-2
workspace 13 output DP-2

### Bind applications to workspaces
# swaymsg -t get_tree
Expand Down Expand Up @@ -189,6 +190,7 @@ bindsym Control+9 workspace number 9
bindsym Control+0 workspace number 10
bindsym Menu+1 workspace number 11
bindsym Menu+2 workspace number 12
bindsym Menu+3 workspace number 13

# Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1
Expand All @@ -203,6 +205,7 @@ bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10
bindsym Menu+Shift+1 move container to workspace number 11
bindsym Menu+Shift+2 move container to workspace number 12
bindsym Menu+Shift+3 move container to workspace number 13

# Layout

Expand Down Expand Up @@ -265,6 +268,7 @@ mode "launcher" {
# Start launcher
bindsym space exec $launcher; mode "default"

# Numbered applications
bindsym 1 exec $cmd1; mode "default"
bindsym 2 exec $cmd2; mode "default"
bindsym 3 exec $cmd3; mode "default"
Expand Down

0 comments on commit 3f76e74

Please sign in to comment.