fix popup

This commit is contained in:
2026-03-27 02:37:49 +01:00
parent 99c1b0a75d
commit 2e922fefcc

View File

@@ -14,7 +14,8 @@ esac
echo "$MODE" > "$HOME/.resolution.config"
if xmessage -center -buttons Yes:0,No:1 \
"Changed resolution to $MODE.\nShould we restart X now ?"; then
"Changed resolution to $MODE.
Should we restart X now ?"; then
echo "$MODE" > "$HOME/.resolution.config"
killall fluxbox
fi