You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmonad/xmonad-session-rc

26 lines
868 B

9 years ago
#!/bin/bash
export PATH="$PATH":~/.go/bin:~/bin
9 years ago
xrdb -merge .Xresources
# Tray applets
trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x000000 --alpha 0 --height 17 --monitor primary&
9 years ago
xscreensaver -no-splash&
nm-applet --sm-disable&
~/.xmonad/action-manager/start.sh ~/.xmonad/actiondisplay ~/.xmonad/actioncontrol --state-file ~/.xmonad/actionstate --redshift-location 51:5 --redshift-temperature 6000:2000 --screenlayout-dir ~/.screenlayout --screenlayout-default standalone.sh&
9 years ago
# Fix for java applications
export _JAVA_AWT_WM_NONREPARENTING=1
# Fix for openoffice
export OOO_FORCE_DESKTOP=gnome
9 years ago
# Auto-start applications
bash ~/.xmonad/battery-monitor.sh&
9 years ago
gajim&
keepass2 ~/Nextcloud/passwords.kdbx&
thunderbird&
9 years ago
mate-terminal -e ssh-add ~/.ssh/id_rsa&
dropbox start&
nextcloud&