diff --git a/nix/configurations/vanadium/home/xmonad/xmonad.hs b/nix/configurations/vanadium/home/xmonad/xmonad.hs index 56fd2712..d9859cd7 100644 --- a/nix/configurations/vanadium/home/xmonad/xmonad.hs +++ b/nix/configurations/vanadium/home/xmonad/xmonad.hs @@ -39,10 +39,10 @@ main = xmonad -- Fix all java things that don't scale with XMonad -- https://wiki.archlinux.org/title/java#Gray_window,_applications_not_resizing_with_WM,_menus_immediately_closing - . javaHack - . withSB xmobarConfig . docks - . setEwmhActivateHook myActivateHook - . ewmhFullscreen . ewmh + $ javaHack + $ withSB xmobarConfig . docks + $ setEwmhActivateHook myActivateHook + $ ewmhFullscreen . ewmh $ def { modMask = superMask , borderWidth = 5 @@ -69,8 +69,9 @@ myLayout = $ RTFixDescription $ ResizableTall 1 (1/10) (3/7) [] mag = magnifyxy 1.05 1.3 (NoMaster 3) False - in avoidStruts . smartBorders $ - mag tallr ||| focusTracking Full + in avoidStruts + $ smartBorders + $ mag tallr ||| focusTracking Full isSioyek :: Query Bool isSioyek = className =? "sioyek"