Start urxvt in a scratchpad
Hello, I googled this solution which does not work for me:
urxvt -e "i3-msg 'border 1pixel'; i3-msg move scratchpad"
When I try it in the "exec" command within the i3 config, it does not work. If I try to run this manually from a different terminal, it just pops up for a fraction of second and it disappears.
How to properly do this?
add a comment