AlLows i3-shell command to take command option

master
Jonathan Hodgson 6 years ago
parent 08b720dff9
commit 804b3394f7
  1. 4
      bin/i3-shell

@ -6,6 +6,10 @@
CMD=$TERMINAL
CWD=''
if [ ! -z "$1" ]; then
CMD="${CMD} -e $1"
fi;
# Get window ID
ID=$(xdpyinfo | grep focus | cut -f4 -d " ")

Loading…
Cancel
Save