aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extras/HOME/.xmobarrc4
-rw-r--r--src/Internal/Keys.hs2
2 files changed, 3 insertions, 3 deletions
diff --git a/extras/HOME/.xmobarrc b/extras/HOME/.xmobarrc
index 916ba21..a2b8a6e 100644
--- a/extras/HOME/.xmobarrc
+++ b/extras/HOME/.xmobarrc
@@ -5,7 +5,7 @@ Config
"xft:Monofur Bold Nerd Font:size=9",
"xft:Monofur Nerd Font:size=9",
"xft:Monofur Nerd Font:size=6",
- "xft:Monofur bold Nerd Font:size=15",
+ "xft:Monofur bold Nerd Font:size=20",
"xft:Monofur Nerd Font:style=bold:size=10",
"xft:Noto Sans Mono CJK JP:style=bold:size=10"
]
@@ -15,7 +15,7 @@ Config
, bgColor = "#000000"
, fgColor = "white"
, alpha = 220 -- default: 255
- , position = TopSize L 100 50
+ , position = TopSize L 100 40
, textOffset = -1 -- default: -1
, iconOffset = -1 -- default: -1
, lowerOnStart = True
diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs
index d02e1f4..64a7506 100644
--- a/src/Internal/Keys.hs
+++ b/src/Internal/Keys.hs
@@ -140,7 +140,7 @@ newKeys markContext =
, ((modm, xK_n), relativeWorkspaceShift next)
, ((modm, xK_p), relativeWorkspaceShift prev)
- , ((modm, xK_q), spawn "xmonad --recompile && xmonad --restart")
+ , ((modm .|. shiftMask, xK_q), spawn "xmonad --recompile && xmonad --restart")
, ((modm, xK_z), sendMessage ToggleZoom)
, ((modm, xK_x), spawn "bluetooth-select.sh")