summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-10-29 20:49:25 +0100
committerBotond Hende <nettingman@gmail.com>2024-10-29 20:49:25 +0100
commit5fdb26fafbb14b75906f7f6985da4519e1a8522f (patch)
tree43be8f66f447a0cd4cbc7f041e92090f17184cf9
parent1032eec224ded89cd2cd09b07ba19fea89449746 (diff)
fixed sway config so that programs open in the right workspaceHEADmaster
-rw-r--r--home/.config/sway/config5
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/*