Changed hyprland config structure, added switching keyboard functionnality + various fixes
This commit is contained in:
parent
0b72e2371e
commit
663777d8ec
16 changed files with 141 additions and 167 deletions
|
|
@ -5,10 +5,21 @@
|
|||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
|
||||
#source = ~/.config/hypr/config/monitors_default.conf
|
||||
source = ~/.config/hypr/config/monitors.conf
|
||||
source = ~/.config/hypr/config/environment.conf
|
||||
source = ~/.config/hypr/config/input-fr.conf
|
||||
source = ~/.config/hypr/config/appearance.conf
|
||||
source = ~/.config/hypr/config/plugins.conf
|
||||
#source = ~/.config/hypr/config/minimalist-mod.conf
|
||||
# If you want to modify some settings, go to ./config/custom/user.conf and add them
|
||||
# They'll automatically override the default ones
|
||||
|
||||
# Default settings
|
||||
source = ~/.config/hypr/config/default/monitors.conf
|
||||
source = ~/.config/hypr/config/default/environment.conf
|
||||
source = ~/.config/hypr/config/default/input.conf
|
||||
source = ~/.config/hypr/config/default/kb_layouts/fr.conf
|
||||
source = ~/.config/hypr/config/default/appearance.conf
|
||||
|
||||
# Hyprland plugins
|
||||
# source = ~/.config/hypr/config/default/plugins.conf
|
||||
|
||||
# Desktop mods
|
||||
#source = ~/.config/hypr/config/default/minimalist_mod.conf
|
||||
|
||||
# Custom settings
|
||||
source = ~/.config/hypr/config/custom/user.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue