diff options
author | David Runge <dave@sleepmap.de> | 2017-10-01 21:50:17 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-10-01 21:50:17 +0200 |
commit | 1882d4aa9a25e913db1bc7ead6492eddc3fe6d3c (patch) | |
tree | 84c3dc279b536a411a38dbd7dadd28d59629a042 | |
parent | 24758b91c69b8ca7a4b3efebd04988e3631369f8 (diff) | |
download | dotfiles-1882d4aa9a25e913db1bc7ead6492eddc3fe6d3c.tar.gz dotfiles-1882d4aa9a25e913db1bc7ead6492eddc3fe6d3c.tar.bz2 dotfiles-1882d4aa9a25e913db1bc7ead6492eddc3fe6d3c.tar.xz dotfiles-1882d4aa9a25e913db1bc7ead6492eddc3fe6d3c.zip |
.config/qtile/config.py: Commenting the brightness controls, as they are normally taken care of by the acpi implementation for the notebook.
-rw-r--r-- | .config/qtile/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
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)), |