exec script doesn't start [closed]
Hey,
I have this command:
bindsym $mode+v exec startProgram
and my startProgram script (which works by execution from d-menu or terminal):
!/bin/bash
zenity --notification\
--window-icon="info" \ --text="printf "test"
"\ --timeout=5
But it just doesn't start.
The FAQ is not a good place for troubleshooting questions like this that require back and forth, so I suggest you ask this question on IRC or on the mailing list. For a start, see http://i3wm.org/docs/debugging.html on how to see the i3 log to verify i3 starts the correct command.