Files
whyfile---Niri-Dots/config/hypr out of date/scripts/toggle.sh
2025-08-25 14:50:36 +03:00

10 lines
251 B
Bash
Executable File

#!/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