From 1a442bbe908c06a406bd0f918ceacf54f15bcaad Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 23 Feb 2023 18:19:03 +0100 Subject: [PATCH] Suspend rather than hibernate --- .config/i3/config_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index f43d6f1..414b161 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -94,7 +94,7 @@ bindsym $mod+Shift+d exec ~/.config/rofi/emoji-picker.py bindsym $mod+l exec --no-startup-id $Locker && sleep 1 # lock and suspend to SWAP -bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl hibernate +bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl suspend # open Explorer bindsym $mod+e exec --no-startup-id nemo