summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2022-03-08 07:58:34 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2022-03-08 07:58:34 +0100
commit783fcde4bf8d24a9a54db90c8f5e37d7e7314bd8 (patch)
tree12810ecf126279e386476f067eda940e1c2c1cad /.config
parent5adaade5119a56fdb170788429f3809a606dfb0e (diff)
downloaddotfiles-783fcde4bf8d24a9a54db90c8f5e37d7e7314bd8.tar.gz
dotfiles-783fcde4bf8d24a9a54db90c8f5e37d7e7314bd8.zip
Add picom config
Diffstat (limited to '.config')
l---------.config/picom1
-rw-r--r--.config/qtile/config.py3
2 files changed, 4 insertions, 0 deletions
diff --git a/.config/picom b/.config/picom
new file mode 120000
index 0000000..600cf91
--- /dev/null
+++ b/.config/picom
@@ -0,0 +1 @@
/home/jd/.config/picom/ \ No newline at end of file
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 = [
64 Key([mod, "control"], "r", lazy.restart(), desc="Restart Qtile"), 64 Key([mod, "control"], "r", lazy.restart(), desc="Restart Qtile"),
65 Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"), 65 Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"),
66 66
67 Key([mod], "F12", os.system("xbacklight -inc 10"), desc="Inc backlight"),
68 Key([mod], "F11", os.system("xbacklight -dec 10"), desc="Dec backlight"),
69
67 Key([mod], "r", lazy.spawncmd(), 70 Key([mod], "r", lazy.spawncmd(),
68 desc="Spawn a command using a prompt widget"), 71 desc="Spawn a command using a prompt widget"),
69 72