Skip to content

Instantly share code, notes, and snippets.

@Arinerron
Created June 18, 2019 04:32
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 Arinerron/e054617202cddd316508033cfdc878a4 to your computer and use it in GitHub Desktop.
Save Arinerron/e054617202cddd316508033cfdc878a4 to your computer and use it in GitHub Desktop.
important part of i3 config
exec --no-startup-id xautolock -time 60 -locker 'i3lock -d -c 000000'
exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' && xset -r 135
bindsym XF86AudioRaiseVolume exec amixer -q set Master 1%+ unmute
bindsym XF86AudioLowerVolume exec amixer -q set Master 1%- unmute
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioMute exec /usr/bin/mute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment