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

@ -144,6 +144,3 @@ bind = SUPER CONTROL, XF86TouchpadToggle, exec, ~/.config/hypr/scripts/toggle-to
### Only works between AZERTY and QWERTY because of differences in the numbers row ### Only works between AZERTY and QWERTY because of differences in the numbers row
### that prevent using the default way provided by hyprland ### that prevent using the default way provided by hyprland
bind = $mainMod CONTROL, SPACE, exec, ~/.config/hypr/scripts/change-kb-layout.sh bind = $mainMod CONTROL, SPACE, exec, ~/.config/hypr/scripts/change-kb-layout.sh
## Testing
#bind = $mainMod, TAB, overview:toggle, toggle

View file

@ -5,8 +5,11 @@ plugin {
# disableGestures = true # disableGestures = true
reverseSwipe = true reverseSwipe = true
overrideGaps = true overrideGaps = false
gapsIn = 10 gapsIn = 10
gapsOut = 20 gapsOut = 20
} }
} }
# Toggle overview (Read plugins section in wiki before decommenting)
# bind = $mainMod, TAB, overview:toggle, toggle

View file

@ -79,7 +79,7 @@ export PATH=$PATH:~/.local/bin
# Aliases # Aliases
alias cl='clear' alias cl='clear'
alias hyprcfg='vim ~/.config/hypr/' alias hyprcfg='vim ~/.config/hypr/config/custom/user.conf'
alias zcfg='vim ~/.zshrc' alias zcfg='vim ~/.zshrc'
alias icat='kitten icat' alias icat='kitten icat'
# Power management # Power management