fix(nixos): Use 'screen-lock' command instead of i3lock directly

This commit is contained in:
Vincent Ambo 2018-05-01 16:41:17 +02:00
parent 456f692b88
commit e5d129b499

View file

@ -31,7 +31,7 @@
(defun lock-screen ()
(interactive)
(shell-command "i3lock"))
(shell-command "screen-lock"))
(defun generate-randr-config ()
(-flatten `(,(-map (lambda (n) (list n "DP2")) (number-sequence 1 5))