config/sway: adjust autostart
This commit is contained in:
parent
eb3ce176d5
commit
a34fca97c3
|
@ -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"
|
|
|
@ -0,0 +1 @@
|
||||||
|
autostart.conf##default
|
|
@ -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"
|
|
@ -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"
|
|
@ -0,0 +1,4 @@
|
||||||
|
input type:touchpad {
|
||||||
|
tap enabled
|
||||||
|
natural_scroll disabled
|
||||||
|
}
|
Loading…
Reference in New Issue