11 lines
653 B
Text
11 lines
653 B
Text
$hypr = ~/.config/hypr
|
|
|
|
# ─< initialisation script >─────────────────────────────────────────────────────────────────
|
|
exec-once = $hypr/scripts/init
|
|
|
|
# exec-once = systemctl --user start hyprpolkitagent
|
|
exec-once = hypridle
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
exec-once = copyq --start-server
|
|
# exec-once = foot "sudo bash $HOME/.config/hypr/scripts/wireguard-setup"
|
|
exec-once = kitty bash -c "echo 'VPN-Setup:' && sudo $HOME/.config/hypr/scripts/wireguard-setup"
|