Frederik Hanghøj Iversen
0c1530fd48
Move environment variables to a seperate location. Systemd now takes care of starting emacs and acpid. Changes to Emacs setup: * Flycheck is started for all programming modes * played around with gnus and mu4e (config files for mu not source-controlled yet)
21 lines
512 B
Bash
Executable file
21 lines
512 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Daemons
|
|
# Perhaps this sort of thing belongs elsewhere?
|
|
nm-applet &
|
|
# emacs --daemon
|
|
|
|
setxkbmap -option grp:win_space_toggle -layout us,dk
|
|
xrdb -merge ~/.Xresources
|
|
# This is now controlled from systemd - should consider using a proper
|
|
# session manager.
|
|
# acpid
|
|
|
|
# Nice for urxvt, not so nice for emacs:
|
|
# autocutsel -f
|
|
|
|
# From https://raw.githubusercontent.com/hemanth/haskell-rascal/master/imgs/swahili.png
|
|
hsetroot -center ~/.local/share/hsetroot/swahili.png
|
|
# xsettingsd &
|
|
compton -b
|