chore: Fixed indentation on xmonad config
This commit is contained in:
@@ -223,8 +223,7 @@ myConfig = def
|
||||
workspaces = myWorkspaces,
|
||||
normalBorderColor = myNormalBorderColor,
|
||||
focusedBorderColor = myFocusedBorderColor,
|
||||
-- keys = myKeys,
|
||||
layoutHook = smartBorders . spacingWithEdge 10 $ myLayout,
|
||||
layoutHook = smartBorders . spacingWithEdge 5 $ myLayout,
|
||||
manageHook = manageSpawn <+> myManageHook <+> manageHook def,
|
||||
handleEventHook = myEventHook <+> fullscreenEventHook <+> swallowEventHook (className=?"Alacritty") (return True),
|
||||
startupHook = myStartupHook
|
||||
|
||||
Reference in New Issue
Block a user