mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Fixed musikcube font size
This commit is contained in:
parent
e2b9f07a42
commit
bb72f84d13
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue