Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created April 16, 2017 15:51
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 grahamc/3d3cacd7a3213167d2ac1b0fdc27d262 to your computer and use it in GitHub Desktop.
Save grahamc/3d3cacd7a3213167d2ac1b0fdc27d262 to your computer and use it in GitHub Desktop.
bindsym XF86AudioRaiseVolume exec --no-startup-id /nix/store/0hy0bvmbc27fn86vhm9h7ckb067940bh-volume.sh up
bindsym XF86AudioLowerVolume exec --no-startup-id /nix/store/0hy0bvmbc27fn86vhm9h7ckb067940bh-volume.sh down
bindsym XF86AudioMute exec --no-startup-id /nix/store/59pxd22chvd88lxy41y9qlcbvpcc99v2-pulseaudio-10.0/bin/pactl set-sink-mute 0 toggle
bindsym XF86MonBrightnessUp exec /nix/store/ir8ybb720skx9816d3w1l3x4v34k8w52-xbacklight-1.2.1/bin/xbacklight -inc 5
bindsym XF86MonBrightnessDown exec /nix/store/ir8ybb720skx9816d3w1l3x4v34k8w52-xbacklight-1.2.1/bin/xbacklight -dec 5
bindsym XF86KbdBrightnessUp exec kbdlight up 20
bindsym XF86KbdBrightnessDown exec kbdlight down 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment