diff options
author | nin <nineinchnade@gmail.com> | 2017-10-17 21:37:13 +0200 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-10-17 21:37:13 +0200 |
commit | 10850a202732728f4b95da7208005617606c2062 (patch) | |
tree | c3d506a70fc715369b42dfc31849c7155f035c6a /tv | |
parent | 9afe5210f2a44cacac4f3527b6c8b561d9e4296b (diff) | |
parent | 9af86e7134ae2f134bc93baf5d0332ad2a77f9f9 (diff) |
Merge remote-tracking branch 'temp/master'
Diffstat (limited to 'tv')
-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 () |