hypr: Added plugin specific conf file
This commit is contained in:
parent
594a284140
commit
55f71d7483
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
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 = 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
|
||||
|
|
Loading…
Reference in a new issue