Skip to content

Commit

Permalink
reorder workspace 0 as last
Browse files Browse the repository at this point in the history
  • Loading branch information
abysssol committed Jun 16, 2024
1 parent e990b86 commit acbf824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ bindsym {
#

# Switch to workspace
$mod+0 workspace 0
$mod+1 workspace 1: web
$mod+2 workspace 2: dev
$mod+3 workspace 3: doc
Expand All @@ -157,9 +156,9 @@ bindsym {
$mod+7 workspace 7
$mod+8 workspace 8
$mod+9 workspace 9
$mod+0 workspace 0

# Move focused container to workspace
$mod+Shift+0 move container to workspace 0
$mod+Shift+1 move container to workspace 1: web
$mod+Shift+2 move container to workspace 2: dev
$mod+Shift+3 move container to workspace 3: doc
Expand All @@ -169,6 +168,7 @@ bindsym {
$mod+Shift+7 move container to workspace 7
$mod+Shift+8 move container to workspace 8
$mod+Shift+9 move container to workspace 9
$mod+Shift+0 move container to workspace 0

#
# Layout
Expand Down

0 comments on commit acbf824

Please sign in to comment.