diff --git a/de/hypr/hyprland.conf b/de/hypr/hyprland.conf index 2adfcae..752c74e 100644 --- a/de/hypr/hyprland.conf +++ b/de/hypr/hyprland.conf @@ -104,7 +104,7 @@ gestures { } misc { - force_default_wallpaper = 0 + force_default_wallpaper = 0 } # Example per-device config @@ -124,6 +124,7 @@ $terminal = alacritty # Modular sourcing $confDir = ~/.config/hypr/hyprland.conf.d +source = $confDir/plugins.conf source = $confDir/environment.conf source = $confDir/bindings.conf source = $confDir/windowrules.conf diff --git a/de/hypr/hyprland.conf.d/plugins.conf b/de/hypr/hyprland.conf.d/plugins.conf new file mode 100644 index 0000000..2341afb --- /dev/null +++ b/de/hypr/hyprland.conf.d/plugins.conf @@ -0,0 +1 @@ +plugin = /usr/lib/libhy3.so diff --git a/de/hypr/hyprland.conf.d/startup.conf b/de/hypr/hyprland.conf.d/startup.conf index f91cfee..20eef20 100644 --- a/de/hypr/hyprland.conf.d/startup.conf +++ b/de/hypr/hyprland.conf.d/startup.conf @@ -7,6 +7,3 @@ exec-once = swayosd-server exec-once = udiskie exec-once = waybar exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP - -# Plugins -# exec-once=hyprctl plugin load ~/Downloads/git/split-monitor-workspaces/split-monitor-workspaces.so