nix/modules/hyprland/scripts/hypridle.sh
2024-08-31 14:33:03 +02:00

8 lines
85 B
Bash
Executable file

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