From 6cea5b18e109fdb60edc42f16ba5eadb23660a89 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 26 May 2021 13:02:42 -0700 Subject: [PATCH] i3: Remove lockscreen --- i3/config | 4 ---- i3/postscript | 4 ---- 2 files changed, 8 deletions(-) diff --git a/i3/config b/i3/config index 5add964..b3ac589 100644 --- a/i3/config +++ b/i3/config @@ -229,10 +229,6 @@ set $ws_java 5: Java workspace "$ws_java" output primary assign [class="(?i)idea"] "$ws_java" -# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the -# screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork - # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { diff --git a/i3/postscript b/i3/postscript index dbcc03c..47e1bac 100644 --- a/i3/postscript +++ b/i3/postscript @@ -1,7 +1,3 @@ -# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the -# screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork - # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar {