diff --git a/.config/gpower2/config.toml b/.config/gpower2/config.toml new file mode 100644 index 0000000..5aadb46 --- /dev/null +++ b/.config/gpower2/config.toml @@ -0,0 +1,2 @@ +suspend_command = ["sh", "-c", "i3lock -c 660000 && systemctl suspend"] +hibernate_command = ["sh", "-c", "i3lock -c 660000 && systemctl hibernate"]