Hyprland: Move custom config to separate file
This commit is contained in:
parent
e6c0388192
commit
682fd4ef92
|
|
@ -0,0 +1,2 @@
|
|||
exec-once = ~/.local/bin/jellyfin-rpc &
|
||||
exec-once = sleep 5; nextcloud &
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
# Don't edit this! #############################
|
||||
# Don't edit this file!
|
||||
|
||||
source = ~/.config/hypr/conf.d/environment.conf
|
||||
source = ~/.config/hypr/conf.d/autostart.conf
|
||||
source = ~/.config/hypr/conf.d/monitors.conf
|
||||
|
|
@ -8,8 +9,5 @@ source = ~/.config/hypr/conf.d/theme.conf
|
|||
source = ~/.config/hypr/conf.d/layout.conf
|
||||
source = ~/.config/hypr/conf.d/keybinds.conf
|
||||
source = ~/.config/hypr/conf.d/rules.conf
|
||||
################################################
|
||||
|
||||
# Custom configuration here
|
||||
exec-once = ~/.local/bin/jellyfin-rpc &
|
||||
exec-once = sleep 5; nextcloud &
|
||||
source = ~/.config/hypr/custom.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue