diff options
author | June McEnroe <june@causal.agency> | 2012-09-04 18:13:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-09-04 18:13:46 -0400 |
commit | 6f8cdd618bb768858943b85cc7c164c78e3f459a (patch) | |
tree | fc41208d522b6be94e9774c405c112f60e1b9873 | |
parent | Use real pacman for update checking (diff) | |
download | src-6f8cdd618bb768858943b85cc7c164c78e3f459a.tar.gz src-6f8cdd618bb768858943b85cc7c164c78e3f459a.zip |
Add dropbox
Diffstat (limited to '')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc index 0fb8cefd..6da666a3 100644 --- a/.xinitrc +++ b/.xinitrc @@ -10,6 +10,8 @@ mpd & mpdscribble & mpDris2 & +dropboxd & + # Keyboard stuff xmodmap -e "clear Lock" -e "keysym Caps_Lock = Escape" # Caps Lock -> Esc xmodmap -e "remove mod1 = Alt_R" -e "keysym Alt_R = Multi_key" # Right Alt -> Compose |