diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-02-19 22:32:41 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-02-19 22:32:41 +0000 |
| commit | 977a459ddaa33a856255be9c15464f0a5937c06c (patch) | |
| tree | 9f4b2b86a0863fda1d8eebae05b1c99df1cf7af1 /hyprland/startup.conf | |
| parent | 373891b492424c64ba8071affd38801a057e35ef (diff) | |
Add scripts to repo
Diffstat (limited to 'hyprland/startup.conf')
| -rw-r--r-- | hyprland/startup.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyprland/startup.conf b/hyprland/startup.conf index dc1a665..f98eb35 100644 --- a/hyprland/startup.conf +++ b/hyprland/startup.conf @@ -7,10 +7,10 @@ env = WLR_NO_HARDWARE_CURSORS,1 exec-once = waybar exec-once = hyprpaper exec-once = mako -exec-once = ~/.config/hypr/swayidle.sh -exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = easyeffects --gapplication-service exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec-once = /usr/lib/polkit-kde-authentication-agent-1 +exec-once = ~/bin/swayidle.sh exec-once = ~/bin/battery-notify.sh exec-once = ~/bin/hyprctl-zoom-daemon.sh #exec-once = systemd-inhibit --what=handle-power-key sleep infinity |
