Pause Hyprland reloads during settings updates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Type = Package
|
||||
Target = omarchy-settings
|
||||
Target = omarchy-settings-dev
|
||||
|
||||
[Action]
|
||||
Description = Pausing Hyprland config auto-reload for Omarchy settings update...
|
||||
When = PreTransaction
|
||||
Depends = omarchy
|
||||
Exec = /usr/bin/omarchy-hyprland-reload-guard pause
|
||||
@@ -0,0 +1,12 @@
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Type = Package
|
||||
Target = omarchy-settings
|
||||
Target = omarchy-settings-dev
|
||||
|
||||
[Action]
|
||||
Description = Reloading Hyprland after Omarchy settings update...
|
||||
When = PostTransaction
|
||||
Depends = omarchy
|
||||
Exec = /usr/bin/omarchy-hyprland-reload-guard resume
|
||||
Reference in New Issue
Block a user