diff --git a/.config/hypr/custom.conf b/.config/hypr/custom.conf new file mode 100644 index 0000000..62c4485 --- /dev/null +++ b/.config/hypr/custom.conf @@ -0,0 +1,2 @@ +exec-once = ~/.local/bin/jellyfin-rpc & +exec-once = sleep 5; nextcloud & diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index cf14a18..bd1e2df 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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