diff options
author | Thanos Apollo <[email protected]> | 2023-04-19 18:38:58 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-19 18:38:58 +0300 |
commit | ef937f7b2389f26f697d05be98faaeff89690556 (patch) | |
tree | eac8a8ff59b00131ecf512cbb1b8f31b215c61f4 /.config/hypr/hyprland.conf | |
parent | dc1dd4bf4914f463ad0f9b910170cc21b9cbca68 (diff) |
Hypr: stop using super/windows key
change mainmod to CTRL_ALT and rofi bind to R. Got a new keyboard that
does not have windows key
Diffstat (limited to '.config/hypr/hyprland.conf')
-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 |