hypr: Added plugin specific conf file

This commit is contained in:
GaspardCulis 2023-12-28 09:49:49 +01:00
parent 594a284140
commit 55f71d7483
3 changed files with 3 additions and 4 deletions

View file

@ -104,7 +104,7 @@ gestures {
} }
misc { misc {
force_default_wallpaper = 0 force_default_wallpaper = 0
} }
# Example per-device config # Example per-device config
@ -124,6 +124,7 @@ $terminal = alacritty
# Modular sourcing # Modular sourcing
$confDir = ~/.config/hypr/hyprland.conf.d $confDir = ~/.config/hypr/hyprland.conf.d
source = $confDir/plugins.conf
source = $confDir/environment.conf source = $confDir/environment.conf
source = $confDir/bindings.conf source = $confDir/bindings.conf
source = $confDir/windowrules.conf source = $confDir/windowrules.conf

View file

@ -0,0 +1 @@
plugin = /usr/lib/libhy3.so

View file

@ -7,6 +7,3 @@ exec-once = swayosd-server
exec-once = udiskie exec-once = udiskie
exec-once = waybar exec-once = waybar
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP 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