nix/modules/hypr/hyprland/scripts/hypridle.sh
2024-09-01 18:51:42 +02:00

8 lines
85 B
Bash
Executable file

#!/bin/sh
hostname=$(hostname)
if [ "$hostname" = "laptop" ]; then
hypridle
fi