Guest User

Untitled

a guest
Feb 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. -- KEYBINDING PERSOS
  2.  
  3. awful.key({}, "#121", function () exec("amixer set Master mute") end),
  4. awful.key({}, "#122", function () exec("amixer set Master -5%") end),
  5. awful.key({}, "#123", function () exec("amixer set Master +5%") end),
  6. awful.key({}, "#173", function () exec("mpc prev") end),
  7. awful.key({}, "#171", function () exec("mpc next") end),
  8. awful.key({}, "#172", function () exec("mpc pause") end),
  9. awful.key({}, "#174", function () exec("mpc stop") end),
Add Comment
Please, Sign In to add comment