nix/modules/hypr/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
2024-09-01 18:09:01 +02:00
hypridle
2024-08-31 16:04:57 +02:00
fi