config/sway: adjust autostart
This commit is contained in:
parent
eb3ce176d5
commit
a34fca97c3
4 changed files with 14 additions and 6 deletions
|
@ -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"
|
1
.config/sway/config.d/autostart.conf
Symbolic link
1
.config/sway/config.d/autostart.conf
Symbolic link
|
@ -0,0 +1 @@
|
|||
autostart.conf##default
|
4
.config/sway/config.d/autostart.conf##default
Normal file
4
.config/sway/config.d/autostart.conf##default
Normal 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"
|
5
.config/sway/config.d/autostart.conf##user.christian
Normal file
5
.config/sway/config.d/autostart.conf##user.christian
Normal 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"
|
4
.config/sway/config.d/touchpad.conf
Normal file
4
.config/sway/config.d/touchpad.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
input type:touchpad {
|
||||
tap enabled
|
||||
natural_scroll disabled
|
||||
}
|
Loading…
Add table
Reference in a new issue