nix/modules/desktop/hyprland/scripts/hypridle.sh

8 lines
85 B
Bash
Raw Normal View History

2024-08-31 16:04:57 +02:00
#!/bin/sh
hostname=$(hostname)
if [ "$hostname" = "laptop" ]; then
hyprilde
fi