From 783fcde4bf8d24a9a54db90c8f5e37d7e7314bd8 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Tue, 8 Mar 2022 07:58:34 +0100 Subject: Add picom config --- .config/qtile/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/qtile') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 57f75d8..93ca86f 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -64,6 +64,9 @@ keys = [ Key([mod, "control"], "r", lazy.restart(), desc="Restart Qtile"), Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"), + Key([mod], "F12", os.system("xbacklight -inc 10"), desc="Inc backlight"), + Key([mod], "F11", os.system("xbacklight -dec 10"), desc="Dec backlight"), + Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"), -- cgit v1.2.3