diff --git a/.config/sway/config.d/autostart.conf b/.config/sway/config.d/autostart.conf deleted file mode 100644 index 50e83de..0000000 --- a/.config/sway/config.d/autostart.conf +++ /dev/null @@ -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" diff --git a/.config/sway/config.d/autostart.conf b/.config/sway/config.d/autostart.conf new file mode 120000 index 0000000..f12d6e7 --- /dev/null +++ b/.config/sway/config.d/autostart.conf @@ -0,0 +1 @@ +autostart.conf##default \ No newline at end of file diff --git a/.config/sway/config.d/autostart.conf##default b/.config/sway/config.d/autostart.conf##default new file mode 100644 index 0000000..a04b0f0 --- /dev/null +++ b/.config/sway/config.d/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" diff --git a/.config/sway/config.d/autostart.conf##user.christian b/.config/sway/config.d/autostart.conf##user.christian new file mode 100644 index 0000000..269fc94 --- /dev/null +++ b/.config/sway/config.d/autostart.conf##user.christian @@ -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" diff --git a/.config/sway/config.d/touchpad.conf b/.config/sway/config.d/touchpad.conf new file mode 100644 index 0000000..7071774 --- /dev/null +++ b/.config/sway/config.d/touchpad.conf @@ -0,0 +1,4 @@ +input type:touchpad { + tap enabled + natural_scroll disabled +}