2019-02-02 12:27:42 +00:00
|
|
|
#!/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
|
|
|
|
|
|
|
|
# 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
|