Skip to content

Instantly share code, notes, and snippets.

@tfogo
Created August 23, 2013 05:11
Show Gist options
  • Save tfogo/6315746 to your computer and use it in GitHub Desktop.
Save tfogo/6315746 to your computer and use it in GitHub Desktop.
This is the script executed by xmonad.hs when xmonad starts up.
#!/bin/bash
gnome-settings-daemon &
feh --bg-fill ~/Pictures/wallpaper-1950578.jpg
xcompmgr -n &
trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --alpha 0 --tint 0x002b36 --height 19 &
nm-applet --sm-disable &
eval $(gnome-keyring-daemon --start)
export GNOME_KEYRING_SOCKET
export GNOME_KEYRING_PID
gnome-do &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment