aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad/xmonad.hs.gpp
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-25 18:22:42 +0200
committerMattias Andrée <maandree@kth.se>2021-06-25 18:22:42 +0200
commita367eb8f6a7472199574c6ef67fa23720c207861 (patch)
tree7d5b36335ea4029ca9f5892c874c4d43ea27d18a /xmonad/xmonad.hs.gpp
parentFix bugs (diff)
downloaddotfiles-a367eb8f6a7472199574c6ef67fa23720c207861.tar.gz
dotfiles-a367eb8f6a7472199574c6ef67fa23720c207861.tar.bz2
dotfiles-a367eb8f6a7472199574c6ef67fa23720c207861.tar.xz
Comment out things in xmonad that has stopped working
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--xmonad/xmonad.hs.gpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/xmonad/xmonad.hs.gpp b/xmonad/xmonad.hs.gpp
index 0728476..9bdfd03 100644
--- a/xmonad/xmonad.hs.gpp
+++ b/xmonad/xmonad.hs.gpp
@@ -159,9 +159,9 @@ $$>fi
, (( $${modmask}, xK_F6), sendMessage $ JumpToLayout (decoName ++ "Mirror Tall"))
, (( $${modmask}, xK_F7), sendMessage $ JumpToLayout (decoName ++ "Grid"))
, (( $${modmask}, xK_F8), sendMessage $ JumpToLayout "Full")
- , (( $${modmask} .|. controlMask, xK_m), withFocused (sendMessage . maximizeRestore))
- , (( $${modmask}, xK_m), withFocused minimizeWindow)
- , (( $${modmask} .|. shiftMask , xK_m), sendMessage RestoreNextMinimizedWin)
+ {-- TODO , (( $${modmask} .|. controlMask, xK_m), withFocused (sendMessage . maximizeRestore)) --}
+ {-- TODO , (( $${modmask}, xK_m), withFocused minimizeWindow) --}
+ {-- TODO , (( $${modmask} .|. shiftMask , xK_m), sendMessage RestoreNextMinimizedWin) --}
]
@@ -189,7 +189,8 @@ myTheme = (defaultThemeWithImageButtons
, windowTitleAddons = []
{- , windowTitleIcons = [] -}
})
-decoName = "ImageButtonDeco Maximize Minimize "
+{-- TODO decoName = "ImageButtonDeco Maximize Minimize " --}
+decoName = "ImageButtonDeco Maximize "
$$>else
$$> deco=
decoName = "Maximize Minimize "
@@ -200,11 +201,11 @@ myManageHook = manageDocks <+> manageHook def <+> composeAll
, className =? "TzClock" --> doIgnore
]
myLayoutHook = avoidStruts $ myLayouts
-myLayouts = $${deco} (maximize $ minimize (tiled 2))
- ||| $${deco} (maximize $ minimize (Mirror (tiled 2)))
+myLayouts = $${deco} (maximize {-- $ TODO minimize --} (tiled 2))
+ ||| $${deco} (maximize {-- $ TODO minimize --} (Mirror (tiled 2)))
||| full
- ||| $${deco} (maximize $ minimize Grid)
- ||| $${deco} (maximize $ minimize (Mirror Grid))
+ ||| $${deco} (maximize {-- $ minimize --} Grid)
+ ||| $${deco} (maximize {-- $ minimize --} (Mirror Grid))
||| full
tiled n = Tall nmaster delta (ratios!!n)
full = noBorders Full