mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-03 14:14:48 +02:00
17 lines
677 B
Bash
Executable File
17 lines
677 B
Bash
Executable File
#!/bin/sh
|
|
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 &
|
|
|
|
[ -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
|
|
swaybg -i ~/.local/share/bg &
|
|
dunst &
|
|
dunstctl rule dnd_low disable &
|
|
dunstctl rule dnd_normal disable &
|
|
swhks && swhkd &
|
|
easyeffects &
|