1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-22 22:09:45 +01:00

wayland: improved config by adding local config

This commit is contained in:
2025-11-15 04:17:11 +01:00
parent cb378e7601
commit 89ca71d875
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
nmcli radio wifi on &
~/.config/wayland/swayidle.sh &
[ -f "${HOME}/.config/wayland/swayidle.sh" ] && . "${HOME}/.config/wayland/swayidle.sh" &
[ -f "${HOME}/.config/wayland/wayland-local.conf" ] && . "${HOME}/.config/wayland/wayland-local.conf" &
$STATUSBAR & # use environment variable
xss-lock -- swaylock & # enable locking the screen upon sleep
@@ -23,7 +24,6 @@ signal-desktop &
Telegram &
threema-beta &
thunderbird &
# mattermost-desktop &
# monitor toggle &
# touchpad off &