diff options
author | lassulus <lassulus@lassul.us> | 2017-10-17 21:35:17 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-10-17 21:35:17 +0200 |
commit | 9af86e7134ae2f134bc93baf5d0332ad2a77f9f9 (patch) | |
tree | bf04c0844e560c03a0a156be1013b3b1fd329184 /tv/5pkgs/simple | |
parent | 4667bb8e4111abde822ae57993a29929c5cc9aad (diff) | |
parent | 3c810fef8ac062689a76de26b782d57692ddac90 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r-- | tv/5pkgs/simple/xmonad-tv/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tv/5pkgs/simple/xmonad-tv/default.nix b/tv/5pkgs/simple/xmonad-tv/default.nix index 5ac8f8372..f73175bb1 100644 --- a/tv/5pkgs/simple/xmonad-tv/default.nix +++ b/tv/5pkgs/simple/xmonad-tv/default.nix @@ -80,7 +80,7 @@ mainNoArgs = do , modMask = mod4Mask , keys = myKeys , workspaces = workspaces0 - , layoutHook = smartBorders $ myLayout + , layoutHook = smartBorders $ FixedColumn 1 20 80 10 ||| Full -- , handleEventHook = myHandleEventHooks <+> handleTimerEvent --, handleEventHook = handleTimerEvent , manageHook = placeHook (smart (1,0)) <+> floatNextHook @@ -91,10 +91,6 @@ mainNoArgs = do , focusedBorderColor = "#f000b0" , handleEventHook = handleShutdownEvent } - where - myLayout = - (onWorkspace "im" $ reflectVert $ Mirror $ Tall 1 (3/100) (12/13)) - (FixedColumn 1 20 80 10 ||| Full) xmonad' :: (LayoutClass l Window, Read (l Window)) => XConfig l -> IO () |