AlLows i3-shell command to take command option

Jonathan Hodgson 5 years ago
parent f0d4f2ee00
commit cfa5934557
  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