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

28 lines
961 B

#!/bin/bash
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 16 --monitor primary&
xscreensaver -no-splash&
nm-applet --sm-disable&
~/.xmonad/action-manager/start.sh ~/.xmonad/actiondisplay ~/.xmonad/actioncontrol --state-file ~/.xmonad/actionstate --volume-enabled --redshift-enabled --redshift-location 51:5 --redshift-temperature 6000:2000 --caffeine-enabled&
# 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 ~/Documents/passwords.kdbx&
thunderbird&
mate-terminal -e ssh-add ~/.ssh/id_rsa&
dropbox start&
nextcloud&