diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-03 12:33:33 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-03 12:34:00 -0400 |
commit | 9241489e9b5a9377973028b641710783651d7297 (patch) | |
tree | 53b8f0435e700c8c297c0dcacab518fde1409bb8 /src/etc | |
parent | a1776ca6cf875bd534197516f47362fbf8512eb3 (diff) |
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
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/systemd/logind.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |