#!/bin/sh # This can go in /usr/local/bin and, at least on Ubuntu or Debian systems, # should be pointed at by /usr/share/xsessions/xmonad.desktop. Lately I have # just been keeping it in ~/bin. # gnome-settings-daemon & # .screenlayout/screenparity.sh # Load resources xrdb -merge .Xresources xmodmap ~/.xmodmap xsettingsd & # Set up an icon tray trayer --SetDockType true --SetPartialStrut true --edge bottom --align right --widthtype percent --width 10 --height 25 --alpha 10 --tint "0x00ff00" & # Set the background color xsetroot -solid midnightblue eval $(ssh-agent) # Fire up apps volumeicon & redshift-gtk & clipit & gpg-agent --daemon # xscreensaver -no-splash & # --sm-disable is apparently "session manager disable". # I don't really know what that means in practice. if [ -x /usr/bin/nm-applet ]; then nm-applet --sm-disable & fi # compton -b exec xmonad-session