Skip to content

Commit

Permalink
fix: correct workspaces setup
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 23, 2024
1 parent 0c39fc8 commit 2560c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway/services/workspaces.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Type=oneshot
RemainAfterExit=yes
ExecStart=swaymsg 'workspace --no-auto-back-and-forth $ws1; exec alacritty'
ExecStart=swaymsg 'workspace --no-auto-back-and-forth $ws4; exec firefox'
ExecStart=swaymsg 'workspace --no-auto-back-and-forth $ws3; layout toggle tabbed; exec obsidian'
ExecStart=swaymsg 'workspace --no-auto-back-and-forth $ws3; layout tabbed; exec obsidian'
ExecStart=swaymsg 'workspace --no-auto-back-and-forth $wsf'

[Install]
Expand Down

0 comments on commit 2560c77

Please sign in to comment.