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 key
Ctrl-Shift-Return || tabbed st -w
Note: This does not work when you have not focused the st window, I
don't know how to fix it right now.
Regards,
Gabriel
--
Gabriel Pérez-Cerezo Flohr ['peɾeθ θe'ɾeθo floːɐ]
Encrypt your e-mails! — GPG Key: BB09BA34D353EC69
Plain-text ribbon campaign – Against HTML e-mail
Save the environment — Remove this before citing.
Received on Thu Mar 31 2016 - 15:42:52 CEST