🐛 fix(hypr): reload plugins conf when entering a new session
This commit is contained in:
parent
b2bdaaf28b
commit
85198deaf2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
exec-once = hyprpm reload -n
|
|
||||||
|
|
||||||
# Hyprtrails
|
# Hyprtrails
|
||||||
# exec-once = hyprpm enable hyprtrails
|
# exec-once = hyprpm enable hyprtrails
|
||||||
# source = ~/.config/hypr/plugins/hyprtrails.conf
|
# source = ~/.config/hypr/plugins/hyprtrails.conf
|
||||||
|
@ -19,3 +17,5 @@ source = ~/.config/hypr/plugins/hyprsplit.conf
|
||||||
# Dynamic-cursors
|
# Dynamic-cursors
|
||||||
# exec-once = hyprpm enable dynamic-cursors
|
# exec-once = hyprpm enable dynamic-cursors
|
||||||
# source = ~/.config/hypr/plugins/dynamic-cursors.conf
|
# source = ~/.config/hypr/plugins/dynamic-cursors.conf
|
||||||
|
|
||||||
|
exec-once = hyprpm reload -n
|
||||||
|
|
Loading…
Add table
Reference in a new issue