Use XFCE4 screen lock mechanism

When using xtrlock and xflock4 simultaneously, as is done when using lightdm,
this may cause trouble when unlocking: not that unlocking has to be done twice,
it also keeps the keyboard locked and one has to switch workspaces with the
mouse to unlock it again.
This commit is contained in:
Daniel - 2021-02-07 11:54:38 +01:00
parent 986d703413
commit 3dc2f2d389
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ keyMap c = mkKeymap c $
, ("M-<Space>" , sendMessage NextLayout)
, ("M-n" , refresh)
, ("M-p" , spawn "dmenu_run")
, ("M-S-x" , spawn "xtrlock")
, ("M-S-x" , spawn "xflock4")
, ("M-e" , spawn "emacsclient -a \"\" -c")
, ("M-k" , windows W.focusUp)
, ("M-j" , windows W.focusDown)