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.
|
|
|
#!/bin/bash
|
|
|
|
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&
|
|
|
|
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&
|
|
|
|
|
|
|
|
# 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 ~/Nextcloud/passwords.kdbx&
|
|
|
|
thunderbird&
|
|
|
|
mate-terminal -e ssh-add ~/.ssh/id_rsa&
|
|
|
|
dropbox start&
|
|
|
|
nextcloud&
|