hypr: Added plugin specific conf file
This commit is contained in:
parent
594a284140
commit
55f71d7483
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
1
de/hypr/hyprland.conf.d/plugins.conf
Normal file
1
de/hypr/hyprland.conf.d/plugins.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
plugin = /usr/lib/libhy3.so
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue