On Sat, 10 Sep 2016 07:28:45 +0200 Unknown Crewman wrote:
> If I push Ctrl+Alt+T my openbox session launches ROXTerm, if I push
> Ctrl+Alt+T again it opens a ROXTerm Tab. What command do I need to
> assign to Ctrl+Alt+T that happens the same when replacing ROXTerm by
> tmux/xterm. The tmux/xterm helps/man pages are already a PITA.

IOW the openbox setup is

[rocketmouse@archlinux ~]$ grep -B2 -A2 roxterm .config/openbox/rc.xml 
    <keybind key="C-A-t">
      <action name="Execute">
        <command>roxterm --maximize --tab</command>
      </action>
    </keybind>

and by roxterm itself the same shortcut is assigned to open a new tab.

_______________________________________________
D-community-offtopic mailing list
D-community-offtopic@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/d-community-offtopic

Reply via email to