initial monitor rotation scripts

This commit is contained in:
2025-12-20 21:23:02 -06:00
parent be78b08014
commit 59763cec35
3 changed files with 12 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
dir=$1
config=$(hyprctl monitors -j | jq -r '.[] | select(.focused) | "\(.name),transform,'$dir'"')
echo $config
hyprctl keyword monitor $config