split sway config, update key_helper
This commit is contained in:
30
sway/autostart
Normal file
30
sway/autostart
Normal file
@@ -0,0 +1,30 @@
|
||||
# Notifications
|
||||
exec mako
|
||||
|
||||
exec systemctl --user import-environment
|
||||
#exec systemctl --user import-environment PATH DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
|
||||
exec dbus-update-activation-environment 2>/dev/null && \
|
||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
exec_always dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
exec_always systemctl --user start xdg-desktop-portal-wlr.service
|
||||
|
||||
exec --no-startup-id ~/.config/sway/scripts/start_keyring
|
||||
|
||||
exec_always pipewire
|
||||
|
||||
# Wob
|
||||
exec mkfifo $SWAYSOCK.wob
|
||||
exec tail -f $SWAYSOCK.wob | wob
|
||||
|
||||
# Network Manager Applet
|
||||
exec nm-applet --indicator
|
||||
|
||||
exec /usr/libexec/xdg-desktop-portal
|
||||
|
||||
exec_always swayrd
|
||||
|
||||
exec_always ~/.config/sway/scripts/statusbar
|
||||
|
||||
|
Reference in New Issue
Block a user