startup?
This commit is contained in:
parent
53a9576e60
commit
b2ec11c835
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue