21 lines
432 B
Plaintext
21 lines
432 B
Plaintext
#
|
|
# ~/.xprofile.local (included by ~/.xprofile)
|
|
#
|
|
|
|
# Activate numlock
|
|
numlockx
|
|
|
|
# Deactivate touchpad
|
|
xinput disable "SynPS/2 Synaptics TouchPad"
|
|
|
|
# Swap mouse buttons 8 and 9 (forward/back)
|
|
#xmodmap -e "pointer = 1 2 3 4 5 6 7 9 8 10"
|
|
|
|
# Start notification server
|
|
/usr/lib/notification-daemon-1.0/notification-daemon &
|
|
|
|
# Load screen layout
|
|
#[ -f ~/.screenlayout/workplace.sh ] && sh ~/.screenlayout/workplace.sh
|
|
autoscreenlayout
|
|
|