Sync files with vriska (adds 1 tmp file)
This commit is contained in:
parent
d50f4fee6d
commit
b525a4cc0d
8 changed files with 566 additions and 4 deletions
19
local/.xprofile.vriska
Normal file
19
local/.xprofile.vriska
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# ~/.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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue