This website requires JavaScript.
Explore
Help
Sign In
joy
/
nix
Watch
1
Star
0
Fork
You've already forked nix
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
3b1679ecd8
nix
/
home
/
hyprland
/
scripts
/
hypridle.sh
8 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
hypridle
2024-08-22 19:02:54 +02:00
#!/bin/sh
hostname
=
$(
hostname
)
hypridle fix so it really only runs on laptop
2024-08-23 22:03:36 +02:00
if
[
"
$hostname
"
=
"laptop"
]
;
then
hyprilde
fi
Reference in a new issue
Copy permalink