updated qtile config

This commit is contained in:
Dan MacLeod
2023-09-20 15:21:44 +09:30
parent 15052c6716
commit d3dd6fce46
4 changed files with 133 additions and 33 deletions

8
qtile/refresh.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
if [ $(cat /proc/acpi/button/lid/LID0/state | grep -c closed) -eq 1 ]; then
xrandr --output DP-0 --off
else
xrandr --output DP-0 --on
fi