summaryrefslogtreecommitdiff
path: root/X11/.xprofile
blob: ff57f4b137f86907a862b493ed3aaa3112183d88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# General Requirements
slstatus &
xwallpaper --stretch "$WALLPAPER" &
picom -f --fade-delta=5 &
setxkbmap pt &
numlockx on &

if grep -i thinkpad /etc/conf.d/hostname || grep -i laptop /etc/conf.d/hostname
then
	xinput set-prop 13 329 0 &
fi