From 9241489e9b5a9377973028b641710783651d7297 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 3 May 2020 12:33:33 -0400 Subject: Reduced i3 suspend options because of logind logind now hibernates on power button, i3 hybrid-sleeps on mod+x; logind also hybrid-sleeps on lid --- src/etc/systemd/logind.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/etc/systemd/logind.conf (limited to 'src') diff --git a/src/etc/systemd/logind.conf b/src/etc/systemd/logind.conf new file mode 100644 index 0000000..990f437 --- /dev/null +++ b/src/etc/systemd/logind.conf @@ -0,0 +1,2 @@ +HandleLidSwitch=hybrid-sleep +HandlePowerKey=hibernate -- cgit