diff options
-rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 1d47021..9cfc437 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -96,7 +96,7 @@ device:epic mouse V1 { } # See https://wiki.hyprland.org/Configuring/Keywords/ for more -$mainMod = CTRL_ALT2 +$mainMod = CTRL_ALT # Binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = , F5, exec, "/home/$USER/dotfiles/scripts/keyboard-light-x220.sh" @@ -111,10 +111,10 @@ bind = $mainMod, W, exec, kitty bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, Q, exit, bind = $mainMod, R, exec, rofi -show drun -bind = $mainMod, R , exec, tessen --dmenu=rofi +bind = $mainMod, E, exec, tessen --dmenu=rofi bind = $mainMod, V, togglefloating, bind = $mainMod, J, togglesplit, # dwindle -bind = $mainMod, F12, exec, grim -g "$(slurp)" +bind = , F12, exec, grim -g "$(slurp)" bind = , F11, fullscreen # Move focus with mainMod + arrow keys |