summary refs log tree commit diff
path: root/.xinitrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-09-04 18:13:46 -0400
committerJune McEnroe <programble@gmail.com>2012-09-04 18:13:46 -0400
commit5a751b294a2665eff0a526ddc3710c244a6086e3 (patch)
tree59a846d2ccb1d325d5a0469af268edb75e46c0c5 /.xinitrc
parentUse real pacman for update checking (diff)
downloadsrc-5a751b294a2665eff0a526ddc3710c244a6086e3.tar.gz
src-5a751b294a2665eff0a526ddc3710c244a6086e3.zip
Add dropbox
Diffstat (limited to '')
-rw-r--r--.xinitrc2
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
r.sh?id=b6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d&follow=1'>Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe