diff options
| author | tv <tv@krebsco.de> | 2026-07-09 20:03:09 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-07-09 20:03:09 +0200 |
| commit | b8cd5cfc79b964351271470ca99a9a2da430aaf2 (patch) | |
| tree | 7261893a2c570406545f9f701979f2febfdd6501 /pkgs/simple/xkiller.nix | |
| parent | d5d4ac434f81d6525ccfc3ab8fbfc1ec2dd4292c (diff) | |
treewide: s/(pkgs)\.xorg\>/\1/g
Diffstat (limited to 'pkgs/simple/xkiller.nix')
| -rw-r--r-- | pkgs/simple/xkiller.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/simple/xkiller.nix b/pkgs/simple/xkiller.nix index 9d83047..6f8326b 100644 --- a/pkgs/simple/xkiller.nix +++ b/pkgs/simple/xkiller.nix @@ -10,7 +10,7 @@ pkgs.writeDash "xkiller" '' { exit_code=$( DISPLAY=:$display ${pkgs.coreutils}/bin/timeout 1 \ - ${pkgs.xorg.xset}/bin/xset q >/dev/null 2>&1 && + ${pkgs.xset}/bin/xset q >/dev/null 2>&1 && echo 0 || echo $? ) if test $exit_code = 124; then |
