|
|
@ -1,11 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
xrdb -merge .Xresources |
|
|
|
xrdb -merge .Xresources |
|
|
|
|
|
|
|
|
|
|
|
# Touchpad |
|
|
|
|
|
|
|
$(syndaemon -d -K -i 0.5s && synclient HorizTwoFingerScroll=1 && synclient TapButton1=1 && synclient TapButton2=3)& |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eval $(ssh-agent) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Tray applets |
|
|
|
# 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& |
|
|
|
trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x000000 --alpha 0 --height 17 --monitor primary& |
|
|
|
xscreensaver -no-splash& |
|
|
|
xscreensaver -no-splash& |
|
|
@ -21,7 +16,7 @@ export OOO_FORCE_DESKTOP=gnome |
|
|
|
# Auto-start applications |
|
|
|
# Auto-start applications |
|
|
|
bash ~/.xmonad/battery-monitor.sh& |
|
|
|
bash ~/.xmonad/battery-monitor.sh& |
|
|
|
gajim& |
|
|
|
gajim& |
|
|
|
keepass2 ~/Documents/passwords.kdbx& |
|
|
|
keepass2 ~/Nextcloud/passwords.kdbx& |
|
|
|
thunderbird& |
|
|
|
thunderbird& |
|
|
|
mate-terminal -e ssh-add ~/.ssh/id_rsa& |
|
|
|
mate-terminal -e ssh-add ~/.ssh/id_rsa& |
|
|
|
dropbox start& |
|
|
|
dropbox start& |
|
|
|