The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Start urxvt in a scratchpad

asked Aug 26 '12

lzap gravatar image

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?

1 answer

Sort by » oldest newest most voted
2

answered Aug 26 '12

loblik gravatar image

updated Dec 19 '12

Michael gravatar image

Try add this line to your i3 config.

for_window [instance="urxvt_scratchpad"] move to scratchpad, border 1pixel

And then run urxvt like this.

urxvt -name urxvt_scratchpad

Question Tools

Stats

Asked: Aug 26 '12

Seen: 1,362 times

Last updated: Dec 19 '12