From 55f71d7483fa73c3e1afb5e9c6e6d11541d59b89 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Thu, 28 Dec 2023 09:49:49 +0100 Subject: [PATCH] hypr: Added plugin specific conf file --- de/hypr/hyprland.conf | 3 ++- de/hypr/hyprland.conf.d/plugins.conf | 1 + de/hypr/hyprland.conf.d/startup.conf | 3 --- 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 de/hypr/hyprland.conf.d/plugins.conf 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