From 727d2c4baf3e5411105b14f3815cf9416f713f97 Mon Sep 17 00:00:00 2001 From: LoganDungeon Date: Sun, 20 Jan 2019 18:32:25 +0100 Subject: [PATCH] Added note to change parameter for urxvt users It took me a while to realize the error, so this might spare some time of other urxvt users. --- .scripts/i3cmds/ddspawn | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/i3cmds/ddspawn b/.scripts/i3cmds/ddspawn index ef86abf6..082cc3d8 100755 --- a/.scripts/i3cmds/ddspawn +++ b/.scripts/i3cmds/ddspawn @@ -13,5 +13,6 @@ then i3 "[instance=\"dropdown_$1\"] scratchpad show; [instance=\"dropdown_$1\"] move position center" else echo "Window not detected... spawning." + # urxvt users have to specify the name via -name instead of -n i3 "exec --no-startup-id $TERMINAL -n dropdown_$1 $(echo "$@" | cut -d ' ' -f2-) -e $1" fi