i3 wm bindsym exec debug

1

Is there any way to see what is happening when bindsym exec fails. I just get certain scripts fail silently and it would be great to see some sort of output in order to debug my config.

For example, if I bindsym $mod+o exec --no-startup-id {some script} it fails if I run it via shortcut. But If I run it from the terminal it works. I need to see what is happening in the background when $mod+o is pressed in order to diagnose the problem.

Can't it be done?

Thanks in advance.

Andrius Solopovas

Posted 2019-02-19T20:48:22.673

Reputation: 193

I am also having this problem, have you found a solution? – vcapra1 – 2019-05-28T18:17:03.040

Have you tried that? https://www.reddit.com/r/i3wm/comments/8o0vuq/how_do_i_debug_a_script_that_is_executed_from_an/

– Andrius Solopovas – 2019-05-31T12:07:53.567

No answers