diff --git a/other/scripts/desktop/desktopctl.nix b/other/scripts/desktop/desktopctl.nix index 4a5a38d..1161e38 100644 --- a/other/scripts/desktop/desktopctl.nix +++ b/other/scripts/desktop/desktopctl.nix @@ -2,7 +2,7 @@ pkgs.writeShellScriptBin "desktopctl" '' case $@ in "Lock Screen") - loginctl lock-session + nohup sh -c "i3lock-fancy" > /dev/null & exit 0 ;; "Log Out")