diff options
Diffstat (limited to 'home/.config')
-rw-r--r-- | home/.config/sway/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/home/.config/sway/config b/home/.config/sway/config index fbcdcfd..49525a1 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -275,10 +275,9 @@ exec pavucontrol assign '[app_id="pavucontrol"]' workspace number 10 -workspace 2 -exec $term -e zsh -s newsboat +assign '[app_id="ws2"]' workspace number 2 -workspace 1 +exec $term --class ws2 -e zsh -s newsboat exec firefox include /etc/sway/config.d/* |