Skip to content

Instantly share code, notes, and snippets.

@assafmo
Created March 13, 2019 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assafmo/a6b3aee683282b5de5cf4b1a1554297c to your computer and use it in GitHub Desktop.
Save assafmo/a6b3aee683282b5de5cf4b1a1554297c to your computer and use it in GitHub Desktop.
i3wm config
# WinKey
set $mod Mod4
# Set resulotion
exec "xrandr --output eDP-1 --mode 1600x900"
# Set background
exec "feh --bg-fill /home/assafmo/Pictures/Wallpapers/IMG_20180929_063914.jpg"
# Natural scrolling (xinput list -> get device id -> xinput list-props $id -> get libinput Natural Scrolling Enabled id)
exec "xinput set-prop 11 293 1"
# Touchpad speed (xinput list -> get device id -> xinput list-props $id -> get libinput Accel Speed id)
exec "xinput set-prop 11 305 0.40"
# Enable Finger Tap (xinput list -> get device id -> xinput list-props $id -> get libinput Tapping Enabled id)
exec "xinput set-prop 11 285 1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment