dotfiles/fake_home/.rofi-suspend.sh

8 lines
84 B
Bash
Executable File

#!/bin/bash
if [[ "$1" == "" ]]; then
echo "SUSPEND"
else
systemctl suspend
fi