2019-02-02 12:27:42 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# Daemons
|
|
|
|
# Perhaps this sort of thing belongs elsewhere?
|
|
|
|
nm-applet &
|
2019-02-20 21:45:17 +00:00
|
|
|
# emacs --daemon
|
2019-02-02 12:27:42 +00:00
|
|
|
|
|
|
|
setxkbmap -option grp:win_space_toggle -layout us,dk
|
2019-02-20 22:40:23 +00:00
|
|
|
xrdb -merge $XDG_CONFIG_HOME/X11/Xresources
|
2019-02-20 21:45:17 +00:00
|
|
|
# This is now controlled from systemd - should consider using a proper
|
|
|
|
# session manager.
|
|
|
|
# acpid
|
2019-02-02 12:27:42 +00:00
|
|
|
|
|
|
|
# Nice for urxvt, not so nice for emacs:
|
|
|
|
# autocutsel -f
|
2019-02-03 13:11:38 +00:00
|
|
|
|
|
|
|
# From https://raw.githubusercontent.com/hemanth/haskell-rascal/master/imgs/swahili.png
|
|
|
|
hsetroot -center ~/.local/share/hsetroot/swahili.png
|
|
|
|
# xsettingsd &
|
|
|
|
compton -b
|