1
0
Fork 0
dotfiles/simpleDots/xprofile
Joerg Elfring a26076b864 ALL NEW DOTFILES!
No more branches and no more Makefiles
2020-06-16 22:47:23 +02:00

29 lines
743 B
Text

## Start Keyring-Daemon
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
## Setup Keyboard
xmodmap -e 'keycode 135 = Multi_key' # remaps context-menu-key to Compose
## Setup resources
xrdb -merge ~/.Xresources
test -f ~/.local/Xresources && xrdb -merge ~/.local/Xresources
echo Dark > ~/.local/themer.state
## 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