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

30 lines
966 B

#!/bin/bash
export PATH=~/.config/composer/vendor/bin:~/bin:"$PATH"
xrdb -merge .Xresources
# Touchpad
$(syndaemon -d -K -i 0.5s && synclient HorizTwoFingerScroll=1 && synclient TapButton1=1 && synclient TapButton2=3)&
eval $(ssh-agent)
# Tray applets
trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x000000 --alpha 0 --height 14 &
xscreensaver -no-splash&
nm-applet --sm-disable&
gnome-power-manager&
~/.xmonad/action-manager/start.sh ~/.xmonad/actiondisplay ~/.xmonad/actioncontrol --state-file ~/.xmonad/actionstate --redshift-location 51:5 --redshift-temperature 6000:2000&
# Fix for java applications
export _JAVA_AWT_WM_NONREPARENTING=1
# Fix for openoffice
export OOO_FORCE_DESKTOP=gnome
# Auto-start applications
bash ~/.xmonad/battery-monitor.sh&
gajim&
keepass2 ~/cloud.vbgn.be/passwords.kdbx&
icedove&
mate-terminal -e ssh-add ~/.ssh/id_rsa&
dropbox start&
nextcloud&