diff options
Diffstat (limited to 'dotfiles/hyprland/.config/hypr')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 1ab1a84..a63a535 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -140,6 +140,10 @@ bind = $mod SHIFT, L, exec, calibre bind = $mod SHIFT, R, exec, shortwave bind = $mod SHIFT, P, exec, waypaper +# Theme switching +bind = $mod, Y, exec, set-theme --toggle +bind = $mod SHIFT, Y, exec, set-theme --pick + # Window management (from DWM) # Layout-aware navigation (works across master, scrolling, hy3) bind = $mod, J, exec, layout-navigate next |
