Created
April 21, 2017 19:24
-
-
Save kroovysteph/9867f283ab8495f0c5bb6dadbbee5e7b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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