Modified plugins structure and modified the hyprcfg command to edit directly user.conf

This commit is contained in:
Gu://em_ 2025-04-06 01:04:52 +02:00
parent 663777d8ec
commit cf2cde2721
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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