> I use dwm, through dmenu run "tabbed", get a full grey screen with "tabbed > 0.3" in the left top corner. Then I try "ctrl+shift+enter"; > "ctrl+alt+enter", nothing happens. > Where I can redefine the hotkeys? Maybe its something machine specific. > -- > Tian
Start tabbed with a surf instance instead of empty something like this I guess (I don't use it myself) #!/bin/sh tabbed=$(tabbed -d); surf -e $tabbed "$@" Best Regards