Created
August 23, 2013 05:11
-
-
Save tfogo/6315746 to your computer and use it in GitHub Desktop.
This is the script executed by xmonad.hs when xmonad starts up.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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