fix(nixos): Use 'screen-lock' command instead of i3lock directly
This commit is contained in:
parent
456f692b88
commit
e5d129b499
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue