aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qtile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-10-01 21:50:17 +0200
committerDavid Runge <dave@sleepmap.de>2017-10-01 21:50:17 +0200
commit1882d4aa9a25e913db1bc7ead6492eddc3fe6d3c (patch)
tree84c3dc279b536a411a38dbd7dadd28d59629a042 /.config/qtile
parent24758b91c69b8ca7a4b3efebd04988e3631369f8 (diff)
downloaddotfiles-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.
Diffstat (limited to '.config/qtile')
-rw-r--r--.config/qtile/config.py4
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)),