mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
Fixed urgent setting for XMonad.
This commit is contained in:
parent
dc194610e7
commit
83a21263a5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ myLayoutHook = tiled ||| Mirror tiled ||| Grid ||| simpleTabbed
|
|||
|
||||
main = do
|
||||
xmproc <- spawnPipe "~/bin/xmobar"
|
||||
xmonad $ defaultConfig
|
||||
xmonad $ withUrgencyHook NoUrgencyHook defaultConfig
|
||||
{ manageHook = manageDocks <+> myFloatHook <+> manageHook defaultConfig <+> scratchpadManageHook (W.RationalRect 0.25 0.25 0.5 0.5)
|
||||
, layoutHook = avoidStruts $ smartBorders $ myLayoutHook
|
||||
, logHook = dynamicLogWithPP $ xmobarPP
|
||||
|
|
Loading…
Add table
Reference in a new issue