Add xinitrc
This commit is contained in:
parent
fbaf462bcc
commit
3d27bc6854
1 changed files with 10 additions and 0 deletions
10
xinitrc
Normal file
10
xinitrc
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
xset fp+ /usr/local/share/fonts/terminus
|
||||||
|
xset fp+ /usr/local/share/fonts/mscorefont
|
||||||
|
xset fp+ /usr/local/share/fonts/noto
|
||||||
|
xmodmap "$HOME/.Xmodmap"
|
||||||
|
xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1
|
||||||
|
xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2
|
||||||
|
xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 7 6 5 4
|
||||||
|
export GNUSTEP_USER_ROOT="$HOME/.gnustep"
|
||||||
|
xidle -program "/usr/X11R6/bin/xlock -usefirst" -timeout 300 &
|
||||||
|
exec dbus-launch ssh-agent wmaker
|
Loading…
Add table
Add a link
Reference in a new issue