From e5d129b49902987d68078bd41ac11389e4eae028 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 1 May 2018 16:41:17 +0200 Subject: fix(nixos): Use 'screen-lock' command instead of i3lock directly --- init/nixos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init/nixos.el') diff --git a/init/nixos.el b/init/nixos.el index eaf68dd98267..71cd8adbc2fe 100644 --- a/init/nixos.el +++ b/init/nixos.el @@ -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)) -- cgit 1.4.1