diff --git a/config/.config/hypr/config/default/input.conf b/config/.config/hypr/config/default/input.conf index 5f32978..0f2463f 100644 --- a/config/.config/hypr/config/default/input.conf +++ b/config/.config/hypr/config/default/input.conf @@ -143,7 +143,4 @@ bind = SUPER CONTROL, XF86TouchpadToggle, exec, ~/.config/hypr/scripts/toggle-to ## Keyboard layout toggle ### Only works between AZERTY and QWERTY because of differences in the numbers row ### that prevent using the default way provided by hyprland -bind = $mainMod CONTROL, SPACE, exec, ~/.config/hypr/scripts/change-kb-layout.sh - -## Testing -#bind = $mainMod, TAB, overview:toggle, toggle +bind = $mainMod CONTROL, SPACE, exec, ~/.config/hypr/scripts/change-kb-layout.sh \ No newline at end of file diff --git a/config/.config/hypr/config/default/plugins.conf b/config/.config/hypr/config/default/plugins.conf index c2d7b9f..75cabb6 100644 --- a/config/.config/hypr/config/default/plugins.conf +++ b/config/.config/hypr/config/default/plugins.conf @@ -5,8 +5,11 @@ plugin { # disableGestures = true reverseSwipe = true - overrideGaps = true + overrideGaps = false gapsIn = 10 gapsOut = 20 } } + +# Toggle overview (Read plugins section in wiki before decommenting) +# bind = $mainMod, TAB, overview:toggle, toggle \ No newline at end of file diff --git a/config/.zshrc b/config/.zshrc index d017fdd..f4c2e6b 100644 --- a/config/.zshrc +++ b/config/.zshrc @@ -79,7 +79,7 @@ export PATH=$PATH:~/.local/bin # Aliases alias cl='clear' -alias hyprcfg='vim ~/.config/hypr/' +alias hyprcfg='vim ~/.config/hypr/config/custom/user.conf' alias zcfg='vim ~/.zshrc' alias icat='kitten icat' # Power management