mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
fix xmonad, sorr guys
This commit is contained in:
parent
becb818b68
commit
ab49e643a2
1 changed files with 1 additions and 2 deletions
|
@ -30,7 +30,7 @@ myLayoutHook = tiled ||| Mirror tiled ||| Grid ||| Full
|
||||||
delta = 3/100
|
delta = 3/100
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
xmproc <- spawnPipe "~/.cabal/bin/xmobar"
|
xmproc <- spawnPipe "xmobar"
|
||||||
xmonad $ defaultConfig
|
xmonad $ defaultConfig
|
||||||
{ manageHook = manageDocks <+> manageHook defaultConfig
|
{ manageHook = manageDocks <+> manageHook defaultConfig
|
||||||
, layoutHook = avoidStruts $ smartBorders $ myLayoutHook
|
, layoutHook = avoidStruts $ smartBorders $ myLayoutHook
|
||||||
|
@ -38,7 +38,6 @@ main = do
|
||||||
{ ppOutput = hPutStrLn xmproc
|
{ ppOutput = hPutStrLn xmproc
|
||||||
, ppTitle = xmobarColor "green" ""
|
, ppTitle = xmobarColor "green" ""
|
||||||
}
|
}
|
||||||
, terminal = "uxterm /bin/zsh"
|
|
||||||
}
|
}
|
||||||
`additionalKeysP`
|
`additionalKeysP`
|
||||||
[ ("M-p", shellPrompt defaultXPConfig { position = Top })
|
[ ("M-p", shellPrompt defaultXPConfig { position = Top })
|
||||||
|
|
Loading…
Add table
Reference in a new issue