From 9b9fa2c95fff4b152b0bc0855445e924ca8a75a8 Mon Sep 17 00:00:00 2001 From: Que Quotion Date: Mon, 6 Jan 2014 23:46:55 +0900 Subject: [PATCH] Window Color Converter +reallylastfix: One more comment; that's all. --- dbus-examples/inverter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus-examples/inverter.sh b/dbus-examples/inverter.sh index 3344ffd..195564f 100644 --- a/dbus-examples/inverter.sh +++ b/dbus-examples/inverter.sh @@ -46,7 +46,7 @@ elif [ "$1" = "focused" ]; then ${compton_dbus}opts_set string:track_focus boolean:true & window=$(${compton_dbus}find_win string:focused | $SED -n 's/^[[:space:]]*'${type_win}'[[:space:]]*\([[:digit:]]*\).*/\1/p') # Query compton for the active window elif [ -n "$(${compton_dbus}list_win | grep -w "$1")" ]; then - window="$1" + window="$1" # Accept user-specified window-id if compton managed else echo "$0" "[ selected | focused | window-id ]" fi