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