From aa1dce97c74c3c20621cc98c2eee378f386ee083 Mon Sep 17 00:00:00 2001 From: Logan G Date: Sat, 30 May 2020 23:43:13 -0600 Subject: [PATCH] Switched to xss-lock for better compatability Signed-off-by: Logan G --- .config/i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 48046e4..5ada8a1 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -178,8 +178,8 @@ mode "resize" { ### Custom -#bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session -bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 +bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session +#bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 # Move workspace over to neighboring monitors bindsym $mod+Ctrl+Left move workspace to output left @@ -226,6 +226,7 @@ exec --no-startup-id /usr/bin/syncthingtray --wait 2>&1 & exec --no-startup-id /usr/bin/kdeconnect-indicator 2>&1 & exec --no-startup-id /usr/bin/xfce4-power-manager 2>&1 & exec --no-startup-id /usr/bin/bash ~/.screenlayout/default.sh +exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 default_border pixel 0