Move flags to persistent setup so hyprctl reload doesn't reset them

This commit is contained in:
David Heinemeier Hansson
2026-04-17 14:16:47 +02:00
parent 8912bcb81c
commit 79d3b8cec6
12 changed files with 78 additions and 30 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# Check if a Hyprland flag is currently disabled (missing).
[[ ! -f "$HOME/.local/state/omarchy/flags/hypr/$1.conf" ]]