From 29b2c997b8c13b6019bb0d8ab8eeeee2d64ef240 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Fri, 3 Apr 2020 16:39:38 +0200
Subject: [PATCH] Change height of dmenu to match the xmobar

---
 xmonad.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmonad.hs b/xmonad.hs
index 8698e03..6eca016 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -162,7 +162,7 @@ myAdditionalKeys =
     ])
 
 -- Passwords
-  , ((mod4Mask,                     xK_p),      spawn "/home/kubat/.local/bin/passmenu")
+  , ((mod4Mask,                     xK_p),      spawn "/home/kubat/.local/bin/passmenu -h 18")
 
 -- Utility
   , ((mod4Mask,                     xK_d),      shellPromptHere myXPConfig)
-- 
GitLab