diff --git a/nix/configurations/vanadium/home/xmonad/xmonad.hs b/nix/configurations/vanadium/home/xmonad/xmonad.hs index ad6d3229..86559f90 100644 --- a/nix/configurations/vanadium/home/xmonad/xmonad.hs +++ b/nix/configurations/vanadium/home/xmonad/xmonad.hs @@ -62,7 +62,7 @@ main = ] in fadeWindowsLogHook fadeHook - <+> refocusLastLogHook + <> refocusLastLogHook , startupHook = do spawnOnce "fcitx5 &" -- Input method @@ -104,7 +104,7 @@ main = , namedScratchpadManageHook myScratchpads ] - <+> + <> composeOne [ className =? "firefox" -?> insertPosition Above Newer , className =? "sioyek" -?> insertPosition Below Older