Skip to content

Instantly share code, notes, and snippets.

@wrl
Created December 20, 2012 02:52
Show Gist options
  • Save wrl/4342559 to your computer and use it in GitHub Desktop.
Save wrl/4342559 to your computer and use it in GitHub Desktop.
#!/bin/sh
LATLON_BERLIN="52.302:13.2356"
LATLON_CHICAGO="41.894917:-87.632446"
REDSHIFT_CMDLINE="-l $LATLON_CHICAGO"
sh ~/.fehbg &
redshift $REDSHIFT_CMDLINE &
setxkbmap -option compose:caps &
i3status | while read -r; do xsetroot -name "$REPLY"; done &
~will/dl/pixelclock/pixelclock &
exec dbus-launch dwm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment