aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.xmonad/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs
index 3c3b963..5ac1b8c 100644
--- a/.xmonad/xmonad.hs
+++ b/.xmonad/xmonad.hs
@@ -128,7 +128,7 @@ myXPConfig = defaultXPConfig {
, bgColor = "black"
, promptBorderWidth = 0
, position = Bottom
- , height = 25
+ , height = 15
}