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

23 lines
665 B

#!/bin/bash
xrdb -merge .Xresources
# Touchpad
$(syndaemon -d -K -i 0.5s && synclient HorizTwoFingerScroll=1 && synclient TapButton1=1 && synclient TapButton2=3)&
# Tray applets
trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x000000 --alpha 0 --height 17 &
xscreensaver -no-splash&
nm-applet --sm-disable&
gnome-power-manager&
# Fix for java applications
export _JAVA_AWT_WM_NONREPARENTING=1
# Auto-start applications
eval $(ssh-agent)
gajim&
dropbox start&
keepass2 ~/Documents/passwords.kdbx&
icedove&
mate-terminal -e ssh-add ~/.ssh/id_rsa&
bash ~/.xmonad/battery-monitor.sh&