Sfoglia il codice sorgente

~/.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 anni fa
parent
commit
437262fb67
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .xmonad/xmonad.hs

+ 1 - 1
.xmonad/xmonad.hs

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