dotfiles/.config/hypr/hyprland.conf
Sergio Laín 64a539dad9
♻️ refactor(hypr): implement each plugin in their own file instead of a global plugins file
this way there's more modularity, which I always like
2024-01-10 21:30:46 +01:00

17 lines
499 B
Text
Executable file

# Configs
source = ~/.config/hypr/configs/env.conf
source = ~/.config/hypr/configs/binds.conf
source = ~/.config/hypr/configs/monitors.conf
source = ~/.config/hypr/configs/workspaces.conf
# Autostart
exec-once = $HOME/.config/hypr/scripts/autostart/services
exec-once = $HOME/.config/hypr/scripts/autostart/apps
# Theme
source = ~/.config/hypr/themes/luna/theme.conf
source = ~/.config/hypr/themes/luna/rules.conf
# Plugins
exec-once = hyprpm reload -n
source = ~/.config/hypr/plugins/hycov.conf