Skip to content

Instantly share code, notes, and snippets.

@qguv
Created January 27, 2015 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qguv/80143efff5142fc31415 to your computer and use it in GitHub Desktop.
Save qguv/80143efff5142fc31415 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
source .conf/zsh/system
# one-time configurations
xsetroot -solid "#442211"
# persistent windowbar configuration
while true; do
xsetroot -name "$(whoami)@$(uname -n) ($(uname -o)) | $(date +%R)"
sleep 1
done &
# persistent programs
#xbanish &
# window manager
exec .built/bin/dwm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment