From 0ca6cdeca2bd88e50189d2bfcd091a6fd517917d Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 29 Jan 2022 18:22:01 +0100 Subject: [PATCH] Revert "sway disable sleep because of smt disabling" This reverts commit 5c045ef31ef75d9445ef4fe545702b6c7364a673. --- dotfiles/sway/.config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index e256f2c..c8d3731 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -233,6 +233,7 @@ default_border pixel 4 bindsym $mod+ctrl+shift+l exec 'swaylock -i ~/.wallpaper' exec swayidle -w before-sleep 'swaylock -i ~/.wallpaper' +bindsym $mod+ctrl+alt+shift+l exec 'systemctl suspend' #autostart exec 'swaylock -i ~/.wallpaper'