Modified plugins structure and modified the hyprcfg command to edit directly user.conf
This commit is contained in:
parent
663777d8ec
commit
cf2cde2721
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue