This commit is contained in:
Sakooooo 2023-07-23 15:37:11 +03:00
parent 53a9576e60
commit b2ec11c835
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -8,6 +8,7 @@
-- --
import XMonad import XMonad
import XMonad.Util.SpawnOnce
import Data.Monoid import Data.Monoid
import System.Exit import System.Exit
@ -240,7 +241,8 @@ myLogHook = return ()
-- per-workspace layout choices. -- per-workspace layout choices.
-- --
-- By default, do nothing. -- By default, do nothing.
myStartupHook = return () myStartupHook = do
spawnOnce "keepassxc"
------------------------------------------------------------------------ ------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up. -- Now run xmonad with all the defaults we set up.