FixSwayNc

This commit is contained in:
whyoolw
2025-08-26 13:19:36 +03:00
parent a08de8c154
commit 2069a629db
25 changed files with 27 additions and 1699 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
# Переключение значения параметра
if hyprctl keyword '$LAPTOP_KB_ENABLED' | grep -q 'true'; then
hyprctl keyword '$LAPTOP_KB_ENABLED' "false" -r
else
hyprctl keyword '$LAPTOP_KB_ENABLED' "true" -r
fi