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