nix/home/hyprland/scripts/hypridle.sh

8 lines
85 B
Bash
Executable file

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