diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 13:56:54 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 13:56:54 -0600 |
| commit | e6f27c608b0305f9a9b276f7ac547f1f03589217 (patch) | |
| tree | 1bd804f5e8451aa4821a5db7490c086207f18c5d /dotfiles/hyprland/.config/hypr | |
| parent | d2db9c70434527d25ad4f527bea613185d726c88 (diff) | |
| download | archsetup-e6f27c608b0305f9a9b276f7ac547f1f03589217.tar.gz archsetup-e6f27c608b0305f9a9b276f7ac547f1f03589217.zip | |
feat(hyprland): add wlogout exit menu with dupre theme
- Add wlogout config with nerd font icons and dupre colors
- Add wofi power-menu as alternative (disabled)
- Use pgrep to prevent multiple instances
- Theme: gold highlight on hover, invisible borders
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/hypr')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 13fa7f2..4a94ad1 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -303,8 +303,8 @@ bind = $mod, ESCAPE, exec, hyprlock # Touchpad toggle bind = $mod, F9, exec, toggle-touchpad -# Exit/session (from DWM) -bind = $mod SHIFT, Q, exec, printf "Exit\nCancel" | fuzzel --dmenu --prompt "Exit Hyprland? " | grep -q "Exit" && hyprctl dispatch exit +# Exit/session +bind = $mod SHIFT, Q, exec, pgrep -x wlogout || wlogout -b 3 -T 600 -B 600 -L 1200 -R 1200 -c 20 -r 20 bind = $mod SHIFT, BACKSPACE, exit bind = $mod SHIFT, ESCAPE, exec, hyprctl reload |
