diff --git a/qtile_config.py b/qtile_config.py index 358aaed..5ff29cf 100644 --- a/qtile_config.py +++ b/qtile_config.py @@ -94,6 +94,8 @@ keys = [ Key([mod], "Return", lazy.spawn("terminator")), Key(["control", "mod1"], "l", lazy.spawn("xautolock -locknow")), Key([], "XF86AudioMute", lazy.spawn("pavucontrol")), + Key([], "XF86MonBrightnessUp", lazy.spawn("xbacklight -inc 10")), + Key([], "XF86MonBrightnessDown", lazy.spawn("xbacklight -dec 10")), # Toggle between different layouts as defined below Key([mod], "Tab", lazy.next_layout()),