Browse Source

~/.xmonad: Spawn sakura w/ tmux as terminal.

This makes me (sometimes happy), gives me a few potentially nice things,
for now mostly just proper titles for terminals.
Lucas Stadler 12 years ago
parent
commit
437262fb67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .xmonad/xmonad.hs

+ 1 - 1
.xmonad/xmonad.hs

@ -29,7 +29,7 @@ main = do
29 29
    dbusClient <- connectSession
30 30
    xmonad $ defaultConfig {
31 31
        modMask  = mod4Mask,
32
        terminal = "sakura",
32
        terminal = "sakura -x tmux",
33 33
        -- Ignore docks (via some WM_* attribute?)
34 34
        manageHook = composeAll [
35 35
                        className ?? (\cn -> any (cn ==) ["Skype", "Pidgin", "Geary"]) --> doF (W.shift "3"),