Add emacs daemon to autostart on xmonad

This commit is contained in:
ramazanemreosmanoglu 2022-10-28 10:58:10 +03:00
parent 99c7cc64fe
commit 84c890f266

View file

@ -39,6 +39,7 @@ myStartupHook = do
spawn $ "feh --bg-scale " ++ themeWallpaper myTheme spawn $ "feh --bg-scale " ++ themeWallpaper myTheme
spawn "xscreensaver -no-splash" spawn "xscreensaver -no-splash"
spawn "trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x5f5f5f --height 31" spawn "trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x5f5f5f --height 31"
spawn "emacs --daemon"
myKeybindings :: [(String, X())] myKeybindings :: [(String, X())]
myKeybindings = [ ("M-e", spawn myEmacs) myKeybindings = [ ("M-e", spawn myEmacs)