Skip to content

Commit

Permalink
xbindkeys for bright-up/bright-down
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Typanski committed Dec 4, 2016
1 parent 4b73ad4 commit 34083cd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion xbindkeys/.xbindkeysrc.scm
Expand Up @@ -15,7 +15,15 @@

;; decrase volume
;; XF86AudioLowerVolume
(bindkey '("m:0x0" "c:122") "pamixer --decrease 5")
(xbindkey '("m:0x0" "c:122") "pamixer --decrease 5")

;; (xbindkey '("m:0x0" "c:114") "xsel | xvkbd -xsendevent -file -")

(xbindkey '("m:0x0" "c:233")
"sudo bright-up")

(xbindkey '("m:0x0" "c:232")
"sudo bright-down")

;; Toggle mute
;; XF86AudioMute
Expand All @@ -27,3 +35,4 @@
(xbindkey '(Mod4 Return) "urxvt")

;; (xbindkey '(Mod4 Shift grave) "~/bin/emc")

0 comments on commit 34083cd

Please sign in to comment.