aboutsummaryrefslogtreecommitdiff
path: root/.config/XMonad/lib/Defaults.hs
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-08-26 20:19:40 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-08-26 20:19:40 +0530
commit08db1e0f2ef400d22368168deeac24d77f37d516 (patch)
treef6392fc9258715873549358e3a7cbb24beeb074b /.config/XMonad/lib/Defaults.hs
parent458a1c1016c47c76e17ab222c26d6558e5d75500 (diff)
added keybindings to switch monitors in XMonad
Diffstat (limited to '.config/XMonad/lib/Defaults.hs')
-rw-r--r--.config/XMonad/lib/Defaults.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/XMonad/lib/Defaults.hs b/.config/XMonad/lib/Defaults.hs
index dd1f364..74fa96a 100644
--- a/.config/XMonad/lib/Defaults.hs
+++ b/.config/XMonad/lib/Defaults.hs
@@ -63,7 +63,8 @@ myWorkspaces = ["一", "二", "三", "å››", "五", "å…­", "七", "å…«", "ä¹
sGap = 3
wGap = 4
-myGap = spacingRaw True (Border sGap sGap sGap sGap) True (Border wGap wGap wGap wGap) True
+-- myGap = spacingRaw True (Border sGap sGap sGap sGap) True (Border wGap wGap wGap wGap) True
+myGap = spacingRaw False (Border sGap sGap sGap sGap) True (Border wGap wGap wGap wGap) True
myTabTheme = def {
fontName = myFont