diff options
Diffstat (limited to 'init/nixos.el')
-rw-r--r-- | init/nixos.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |