On Thu, 31 Mar 2016 15:42:52 +0200, Gabriel Pérez-Cerezo wrote:
> ( ps -fp $(pgrep tabbed) | grep "st -w" ) && xdotool key
> Ctrl-Shift-Return || tabbed st -w
Oh. I forgot: change the binding in dwm to something else, so it
doesn't conflict with tabbed's bindings, for example Al
On Thu, 31 Mar 2016 15:18:47 +0200, Rashad Kanavath wrote:
> How do i configure dwm to have tabbed + st for default terminal window?
A quick and dirty solution: replace the x-terminal-emulator executable
with the following script:
( ps -fp $(pgrep tabbed) | grep "st -w" ) && xdotool
Heyho,
Rashad Kanavath wrote:
> How do i configure dwm to have tabbed + st for default terminal window?
>
> currently when I do Ctrl+Shift+Enter I have an st terminal. I want to
> have it inside a tabbed.
I use this:
static const char *termcmd[] = {"tabbed", "-c", "-r", "2", "st", "-w", "''",
N
Hello,
How do i configure dwm to have tabbed + st for default terminal window?
currently when I do Ctrl+Shift+Enter I have an st terminal. I want to
have it inside a tabbed.
First time, i willl have a new tabbed with a single st. The next
'Ctrl+Shift+Enter' will give another st inside the same t