All uppercase

This commit is contained in:
RealStickman 2023-04-18 17:32:27 +02:00
parent f89af9748c
commit c4e398ca43

View File

@ -112,7 +112,7 @@ $mod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = CTRL, $mod, Return, exec, kitty
bind = CTRL, $mod, a, exec, wofi --show drun
bind = CTRL, $mod, A, exec, wofi --show drun
bind = $mod, Q, killactive,
#bind = $mod, Q, exec, kitty
@ -131,10 +131,10 @@ bind = $mod, up, movefocus, u
bind = $mod, down, movefocus, d
# Move focus with $mod + hjkl
bind = $mod, h, movefocus, l
bind = $mod, l, movefocus, r
bind = $mod, k, movefocus, u
bind = $mod, j, movefocus, d
bind = $mod, H, movefocus, l
bind = $mod, L, movefocus, r
bind = $mod, K, movefocus, u
bind = $mod, J, movefocus, d
# Switch workspaces with mainMod + [0-9]