diff options
Diffstat (limited to '.config/hypr')
-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 612404c..1d47021 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -18,7 +18,7 @@ input { kb_layout = us,gr kb_variant = kb_model = - kb_options = ctrl:swapcaps, grp:win_space_toggle + kb_options = ctrl:swapcaps, grp:alt_space_toggle kb_rules = follow_mouse = 1 @@ -96,7 +96,7 @@ device:epic mouse V1 { } # See https://wiki.hyprland.org/Configuring/Keywords/ for more -$mainMod = SUPER +$mainMod = CTRL_ALT2 # Binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = , F5, exec, "/home/$USER/dotfiles/scripts/keyboard-light-x220.sh" @@ -110,7 +110,7 @@ bind = $mainMod, Return, exec, emacsclient -c bind = $mainMod, W, exec, kitty bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, Q, exit, -bind = $mainMod, Tab, exec, rofi -show drun +bind = $mainMod, R, exec, rofi -show drun bind = $mainMod, R , exec, tessen --dmenu=rofi bind = $mainMod, V, togglefloating, bind = $mainMod, J, togglesplit, # dwindle |