From bb72f84d13a036900572e838c63a8e49c730abcb Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 18 Jun 2023 08:57:06 -0500 Subject: [PATCH] Fixed musikcube font size --- user/wm/xmonad/xmonad.hs | 2 +- user/wm/xmonad/xmonad.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user/wm/xmonad/xmonad.hs b/user/wm/xmonad/xmonad.hs index c908634..6248eab 100644 --- a/user/wm/xmonad/xmonad.hs +++ b/user/wm/xmonad/xmonad.hs @@ -157,7 +157,7 @@ myScratchPads = w = 0.9 t = 0.95 - h l = 0.95 - w - spawnMusikcube = myTerminal ++ " -o font.size=28 --title musikcube-scratchpad -e musikcube" + spawnMusikcube = myTerminal ++ " -o font.size=14 --title musikcube-scratchpad -e musikcube" findMusikcube = title =? "musikcube-scratchpad" manageMusikcube = customFloating $ W.RationalRect l t w h where diff --git a/user/wm/xmonad/xmonad.org b/user/wm/xmonad/xmonad.org index fd87999..79306ae 100644 --- a/user/wm/xmonad/xmonad.org +++ b/user/wm/xmonad/xmonad.org @@ -216,7 +216,7 @@ myScratchPads = w = 0.9 t = 0.95 - h l = 0.95 - w - spawnMusikcube = myTerminal ++ " -o font.size=28 --title musikcube-scratchpad -e musikcube" + spawnMusikcube = myTerminal ++ " -o font.size=14 --title musikcube-scratchpad -e musikcube" findMusikcube = title =? "musikcube-scratchpad" manageMusikcube = customFloating $ W.RationalRect l t w h where