Skip to content

Instantly share code, notes, and snippets.

@kroovysteph
Created April 21, 2017 19:24
Show Gist options
  • Save kroovysteph/9867f283ab8495f0c5bb6dadbbee5e7b to your computer and use it in GitHub Desktop.
Save kroovysteph/9867f283ab8495f0c5bb6dadbbee5e7b to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# ~/.xinitrc
#
# Fenster Manager
#===== keypress-repeat-rate =====#
xset r rate 400 28
#================================#
#===== vertical scrolling ====================================================#
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 200
#=============================================================================#
#==== dedicated volume keys =====#
xmodmap ~/.Xmodmap
xbindkeys &
#================================#
#==== execute window-manager ====#
#exec i3
dwmstatus &
exec dwm
#================================#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment