Add emacs daemon to autostart on xmonad
This commit is contained in:
parent
99c7cc64fe
commit
84c890f266
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue