clickJustFocuses = False -- \o/

also cleanup
This commit is contained in:
Aaron Bieber 2022-04-27 10:00:55 -06:00
parent 09aeb45dec
commit 23d9c2bab5

View File

@ -38,9 +38,10 @@ main = do
ewmh $ ewmh $
withUrgencyHook LibNotifyUrgencyHook $ withUrgencyHook LibNotifyUrgencyHook $
def def
{ normalBorderColor = "#666666" { normalBorderColor = "#666"
, focusedBorderColor = "darkgrey" , focusedBorderColor = "#ccc"
, focusFollowsMouse = False , focusFollowsMouse = False
, clickJustFocuses = False
, terminal = "xfce4-terminal" , terminal = "xfce4-terminal"
, workspaces = myWorkspaces , workspaces = myWorkspaces
, startupHook = myStartupHook , startupHook = myStartupHook
@ -113,20 +114,7 @@ myManageHook =
myStartupHook :: X () myStartupHook :: X ()
myStartupHook = do myStartupHook = do
spawn "pkill polybar; polybar tal" spawn "pkill polybar; polybar tal"
--spawnOnce "urxvtc -name Mail"
spawnOnce "xfce4-terminal" spawnOnce "xfce4-terminal"
spawnOnce "chrome" spawnOnce "chrome"
spawnOnce "emacs" spawnOnce "emacs"
spawnOnce "nheko" spawnOnce "nheko"
--myXmoStatus :: String
--myXmoStatus = "xmobar"
--myXmoPP :: PP
--myXmoPP = xmobarPP
-- {
-- ppCurrent = xmobarColor "#443740" "" . wrap " " " "
-- , ppHidden = xmobarColor "#ffffff" "" . wrap " " " "
-- , ppUrgent = xmobarColor "#ff0000" "" . wrap " " " "
-- , ppSep = " "
-- , ppLayout = xmobarColor "#ffffff" "" . wrap "|" "|"
-- , ppTitle = xmobarColor "#ffffff" "" . shorten 20
-- }