diff options
Diffstat (limited to 'hyprland')
| -rw-r--r-- | hyprland/binds.conf | 2 | ||||
| -rw-r--r-- | hyprland/startup.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hyprland/binds.conf b/hyprland/binds.conf index 39ee7c8..4165398 100644 --- a/hyprland/binds.conf +++ b/hyprland/binds.conf @@ -9,7 +9,7 @@ bind = $mainMod, Return, exec, alacritty bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, Space, togglefloating, bind = $mainMod, D, exec, pgrep -x wofi >/dev/null 2>&1 && killall wofi || wofi --show drun -bind = $mainMod SHIFT, E, exec, ~/.config/hypr/exit-menu.sh +bind = $mainMod SHIFT, E, exec, ~/bin/exit-menu.sh # Move around bind = $mainMod, H, movefocus, l 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 |
