1
0
Fork 0
dotfiles/simpleDots/xprofile

32 lines
721 B
Text
Raw Normal View History

## Start Keyring-Daemon
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
2020-08-14 13:32:06 +02:00
## Import exports
source ~/.exports
## Setup Keyboard
xmodmap -e 'keycode 135 = Multi_key' # remaps context-menu-key to Compose
## Setup resources
test -f ~/.local/Xresources && xrdb -merge ~/.local/Xresources
## Setup Touchpad
synclient TapButton1=1 \
TapButton2=3 \
TapButton3=2 \
ClickFinger1=0 \
ClickFinger2=0 \
ClickFinger3=0 \
HorizTwoFingerScroll=1 \
VertTwoFingerScroll=1 \
HorizScrollDelta=-111 \
VertScrollDelta=-111 \
PalmDetect=1
## Setup Screen
test -x ~/.screenlayout/.default && ~/.screenlayout/.default
test -x ~/.fehbg && ~/.fehbg