config/sway: adjust autostart

This commit is contained in:
xeruf 2022-12-05 10:03:43 +01:00
parent eb3ce176d5
commit a34fca97c3
4 changed files with 14 additions and 6 deletions

View File

@ -1,6 +0,0 @@
assign [class="Emacs"] workspace 1
assign [app_id="firefox"] workspace 2
exec "gdbus wait --session org.kde.StatusNotifierWatcher && dex --autostart"
exec swaymsg "workspace 2; exec google-chrome-stable;"
exec swaymsg "workspace 3; exec kitty;"
exec swaymsg "workspace 1"

View File

@ -0,0 +1 @@
autostart.conf##default

View File

@ -0,0 +1,4 @@
assign [app_id="firefox"] workspace 2
# exec swaymsg "workspace 2; exec firefox;"
exec swaymsg "workspace 3; exec kitty;"
exec swaymsg "workspace 1; exec emacs"

View File

@ -0,0 +1,5 @@
assign [class="Emacs"] workspace 1
assign [app_id="firefox"] workspace 2
exec swaymsg "workspace 2; exec google-chrome-stable;"
exec swaymsg "workspace 3; exec kitty;"
exec swaymsg "workspace 1"

View File

@ -0,0 +1,4 @@
input type:touchpad {
tap enabled
natural_scroll disabled
}