summary refs log tree commit diff
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
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
mon.c?h=1.3&id=a2c5773b0392cd2d98386a09c5c8a726af25ed87&follow=1'>Log when service name pattern doesn't matchJune McEnroe 2020-08-15Add FreeBSD rc scriptJune McEnroe 2020-08-15Call setproctitle with number of servicesJune McEnroe 2020-08-15Rename project to catsitJune McEnroe 2020-08-15Use only LOG_NOTICE and LOG_WARNINGJune McEnroe 2020-08-15Make log messages consistentJune McEnroe 2020-08-15Remove closelog callJune McEnroe 2020-08-15Implement service statusJune McEnroe 2020-08-15Parse control commandsJune McEnroe 2020-08-15Read service pipesJune McEnroe 2020-08-15Implement non-blocking line-buffered readingJune McEnroe 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe