Fixed musikcube font size

This commit is contained in:
Emmet 2023-06-18 08:57:06 -05:00
parent e2b9f07a42
commit bb72f84d13
2 changed files with 2 additions and 2 deletions

View file

@ -157,7 +157,7 @@ myScratchPads =
w = 0.9 w = 0.9
t = 0.95 - h t = 0.95 - h
l = 0.95 - w 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" findMusikcube = title =? "musikcube-scratchpad"
manageMusikcube = customFloating $ W.RationalRect l t w h manageMusikcube = customFloating $ W.RationalRect l t w h
where where

View file

@ -216,7 +216,7 @@ myScratchPads =
w = 0.9 w = 0.9
t = 0.95 - h t = 0.95 - h
l = 0.95 - w 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" findMusikcube = title =? "musikcube-scratchpad"
manageMusikcube = customFloating $ W.RationalRect l t w h manageMusikcube = customFloating $ W.RationalRect l t w h
where where