Switch to new version of kutuWM.

This commit is contained in:
2026-09-18 10:22:48 +01:00
parent 8404b00550
commit 41491f62ab
6 changed files with 116 additions and 184 deletions
-9
View File
@@ -1,9 +0,0 @@
#!/usr/bin/env bash
if [[ "$(xset q | awk '/timeout:/ {print $2}')" == "0" ]]; then
xset s on
xset +dpms
else
xset s off
xset -dpms
fi
+2 -1
View File
@@ -31,7 +31,8 @@ case "$sel" in
[ "$confirm" = "Yes" ] && exec systemctl --system hibernate
;;
*Stop\ KutuWM*)
exec kutu-run.rb stop
#exec kutu-run.rb stop TODO.
pkill X
;;
*Suspend*)
exec systemctl --system suspend
-1
View File
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
declare -A aliases=(
[prism]="nvidia-offload prismlauncher"
[editor]="kitty -e fish -c editor"
[yazi]="kitty -e fish -c yazi"
[btop]="kitty -e fish -c btop"