summaryrefslogtreecommitdiffstats
path: root/pkgs/simple/xextras.nix
diff options
context:
space:
mode:
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 |
{