mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
decommit xmonad
This commit is contained in:
parent
cc02b71f94
commit
329796e4b7
1 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,7 @@ myLayoutHook = tiled ||| Mirror tiled ||| Grid ||| Full
|
|||
delta = 3/100
|
||||
|
||||
main = do
|
||||
xmproc <- spawnPipe "~/xmobar/bin/xmobar"
|
||||
xmproc <- spawnPipe "xmobar"
|
||||
xmonad $ defaultConfig
|
||||
{ manageHook = manageDocks <+> manageHook defaultConfig <+> scratchpadManageHook (W.RationalRect 0.25 0.25 0.5 0.5)
|
||||
, layoutHook = avoidStruts $ smartBorders $ myLayoutHook
|
||||
|
@ -40,7 +40,6 @@ main = do
|
|||
{ ppOutput = hPutStrLn xmproc
|
||||
, ppTitle = xmobarColor "#8AE234" ""
|
||||
}
|
||||
, terminal = "uxterm"
|
||||
}
|
||||
`additionalKeysP`
|
||||
[ ("M-p", shellPrompt defaultXPConfig { position = Top })
|
||||
|
|
Loading…
Add table
Reference in a new issue