Revert "Temporary fix for waybar stacking on waking from sleep"
This reverts commit b967223d3cd1b2462f385fddc28a7b2039200d7f.
This commit is contained in:
parent
b967223d3c
commit
35fb85ea5a
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Overwrite local Hypridle settings with the latest in Omarchy, but create a backup
|
||||
cp -f ~/.config/hypr/hypridle.conf ~/.config/hypr/hypridle.conf.bak 2>/dev/null
|
||||
cp -f ~/.local/share/omarchy/config/hypr/hypridle.conf ~/.config/hypr/ 2>/dev/null
|
||||
pkill -x hypridle && uwsm app -- hypridle >/dev/null 2>&1 &
|
@ -2,7 +2,6 @@ general {
|
||||
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
|
||||
before_sleep_cmd = loginctl lock-session # lock before suspend.
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
||||
on_unlock_cmd = pkill waybar && uwsm app -- waybar # FIXME: Temp fix to address stacking waybars
|
||||
}
|
||||
|
||||
listener {
|
||||
|
Loading…
x
Reference in New Issue
Block a user