This website requires JavaScript.
Explore
Blog ↗
Register
Sign In
sage
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
dotfiles
/
fake_home
/
.rofi-suspend.sh
8 lines
84 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
if
[
[
"
$1
"
=
=
""
]
]
;
then
echo
"SUSPEND"
else
systemctl
suspend
fi
Reference in New Issue
View Git Blame
Copy Permalink