add scripts

This commit is contained in:
2026-03-04 11:15:34 +00:00
parent cc43b56c9a
commit 3dc65b612e
11 changed files with 261 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
# Wait for Hyprland to fully initialize
sleep 2
OUTPUT="DP-1"
MODE="3840x2160@239.914001" # exact mode from wlr-randr
# Turn off and back on
wlr-randr --output "$OUTPUT" --off
sleep 1
wlr-randr --output "$OUTPUT" --mode "$MODE"