diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-30 08:22:20 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-30 08:22:20 -0600 |
| commit | db6bc5c72337d1ff3e221c8356a646a97dc48e13 (patch) | |
| tree | 4d56a15ae033cb1bd4858a062287bf5eee64169f /dotfiles/hyprland | |
| parent | 3f0fc97f14903d73f44d1cbf8362a9b28441420d (diff) | |
feat(theme): improve notification visibility with bg+1 background
- Change dunst notification background from bg to bg+1 (#252321)
- Remove shortwave keybinding ($mod+Shift+R)
- Move addmaster to $mod+U, keep term2 scratchpad on $mod+I
- Update btop box order
Diffstat (limited to 'dotfiles/hyprland')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 3 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/themes/dupre/dunstrc | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 7a5a6fa..dfbb49e 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -182,7 +182,6 @@ bind = $mod SHIFT, W, exec, $ALTBROWSER bind = CTRL ALT, W, exec, tor-browser bind = $mod, V, exec, virtualbox bind = $mod SHIFT, L, exec, calibre -bind = $mod SHIFT, R, exec, shortwave bind = $mod SHIFT, P, exec, waypaper # Theme switching @@ -211,7 +210,7 @@ bind = $mod SHIFT, F, togglefloating bind = $mod SHIFT, SPACE, togglefloating # Master layout adjustments -bind = $mod, I, layoutmsg, addmaster +bind = $mod, U, layoutmsg, addmaster bind = $mod, D, layoutmsg, removemaster # Stash windows (hide to special workspace) diff --git a/dotfiles/hyprland/.config/themes/dupre/dunstrc b/dotfiles/hyprland/.config/themes/dupre/dunstrc index 0847fdf..6f8a3ec 100644 --- a/dotfiles/hyprland/.config/themes/dupre/dunstrc +++ b/dotfiles/hyprland/.config/themes/dupre/dunstrc @@ -50,11 +50,11 @@ mouse_middle_click = do_action, close_current mouse_right_click = close_all [urgency_low] -background = "#151311f0" +background = "#252321f0" timeout = 3 [urgency_normal] -background = "#151311f0" +background = "#252321f0" timeout = 8 [urgency_critical] |
