From 1882d4aa9a25e913db1bc7ead6492eddc3fe6d3c Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 1 Oct 2017 21:50:17 +0200 Subject: .config/qtile/config.py: Commenting the brightness controls, as they are normally taken care of by the acpi implementation for the notebook. --- .config/qtile/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/qtile') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index fdd53a9..feccee4 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -75,8 +75,8 @@ keys = [ Key([mod], "Return", lazy.spawn(terminal)), # brightness settings - Key([], "XF86MonBrightnessUp", lazy.spawn(brightness_up)), - Key([], "XF86MonBrightnessDown", lazy.spawn(brightness_down)), +# Key([], "XF86MonBrightnessUp", lazy.spawn(brightness_up)), +# Key([], "XF86MonBrightnessDown", lazy.spawn(brightness_down)), # multimedia Key([], "XF86AudioRaiseVolume", lazy.spawn(volume_up)), -- cgit v1.2.3-54-g00ecf