Execute an .sh file using bindsym
Hello. In .i3/config I have wrote this:
set $alt Mod1
bindsym $alt+Shift ~/.i3/lang_change.sh
and it returns this error when im trying to restart i3
Syntax error, unexpected <string>,expecting <number> or <word> or '+'
in file ...../.3/config, line 22
bindsym $alt+Shift ~/.i3/lang_change.sh
How can i execute that script when ALT+SHIFT is pressed ?
Thank you.