diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-02-19 22:25:35 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-02-19 22:25:35 +0000 |
| commit | be81c4285b0a7cb004d1c930b6076eaa576d3a9d (patch) | |
| tree | e4089474f0624defce512411fabbcce354723de4 /hyprland/startup.conf | |
| parent | a3a78af4f88ff93be5c8b3b6b7e980dc5b594ac8 (diff) | |
Add hyprland
Diffstat (limited to 'hyprland/startup.conf')
| -rw-r--r-- | hyprland/startup.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/hyprland/startup.conf b/hyprland/startup.conf new file mode 100644 index 0000000..dc1a665 --- /dev/null +++ b/hyprland/startup.conf @@ -0,0 +1,17 @@ +#################### +# Startup Programs # +#################### + +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 = ~/bin/battery-notify.sh +exec-once = ~/bin/hyprctl-zoom-daemon.sh +#exec-once = systemd-inhibit --what=handle-power-key sleep infinity + |
