diff options
author | Botond Hende <nettingman@gmail.com> | 2024-10-29 20:49:25 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-10-29 20:49:25 +0100 |
commit | 5fdb26fafbb14b75906f7f6985da4519e1a8522f (patch) | |
tree | 43be8f66f447a0cd4cbc7f041e92090f17184cf9 | |
parent | 1032eec224ded89cd2cd09b07ba19fea89449746 (diff) |
-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/* |