summaryrefslogtreecommitdiffstats
path: root/pkgs/simple/xextras.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-07-09 20:03:09 +0200
committertv <tv@krebsco.de>2026-07-09 20:03:09 +0200
commitb8cd5cfc79b964351271470ca99a9a2da430aaf2 (patch)
tree7261893a2c570406545f9f701979f2febfdd6501 /pkgs/simple/xextras.nix
parentd5d4ac434f81d6525ccfc3ab8fbfc1ec2dd4292c (diff)
treewide: s/(pkgs)\.xorg\>/\1/g
Diffstat (limited to 'pkgs/simple/xextras.nix')
-rw-r--r--pkgs/simple/xextras.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/simple/xextras.nix b/pkgs/simple/xextras.nix
index c9c0308..e8a3615 100644
--- a/pkgs/simple/xextras.nix
+++ b/pkgs/simple/xextras.nix
@@ -6,7 +6,7 @@ pkgs.write "xextras" {
# SYNOPSIS
# net-current-desktop
#
- ${pkgs.xorg.xprop}/bin/xprop -notype -root 32i _NET_CURRENT_DESKTOP 8s _NET_DESKTOP_NAMES |
+ ${pkgs.xprop}/bin/xprop -notype -root 32i _NET_CURRENT_DESKTOP 8s _NET_DESKTOP_NAMES |
${pkgs.jq}/bin/jq -Rrs '
split("\n") | map(select(.!="") | split(" = ") | { name: .[0], value: .[1] }) | from_entries |
{