Revert "Temporary fix for waybar stacking on waking from sleep"

This reverts commit b967223d3c.
This commit is contained in:
David Heinemeier Hansson
2025-07-20 20:22:52 -05:00
parent b967223d3c
commit 35fb85ea5a
2 changed files with 0 additions and 7 deletions

View File

@ -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 &