all repos — xmonad-config @ 7fd821b54c9fbd88579370b46876abc6b60742b4

personal xmonad config

remove unnecessary parentheses
la-ninpre leobrekalini@gmail.com
Thu, 14 Oct 2021 19:14:07 +0300
commit

7fd821b54c9fbd88579370b46876abc6b60742b4

parent

b2a08c034c2f1f2e96f70a607e01e035c8021470

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M lib/LaNinpreConfig.hslib/LaNinpreConfig.hs

@@ -380,7 +380,7 @@ => a -- ^ relative height of window

-> a -- ^ relative width of window -> String -mpvGeometry h w = " --geometry=" ++ (show pw) ++ "x" ++ (show ph) +mpvGeometry h w = " --geometry=" ++ show pw ++ "x" ++ show ph where pw = ceiling (1920 * w) ph = ceiling (1080 * h)