Tagged Questions
6
votes
3answers
2k views
How can I open a new terminal in the same directory of the last used one from a window manager keybind?
I'm using a tiling window manager and I switched from gnome-terminal with multiple tabs to multiple urxvt instances managed by the window manager. One of the features I miss is the ability to open a ...
4
votes
1answer
221 views
Passing clicked links in rxvt to a script
I start my browser vimprobable in tabbed like so:
"`tabbed -d > /tmp/tabbed.xid`; vimprobable2 -e `cat /tmp/tabbed.xid`" [1]
I am then able to send all new instances of vimprobable to tabbed (and ...