From 445bfaa764e0852d29d820794e02257f7deac05b Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 26 May 2023 11:53:18 +0200
Subject: [PATCH] nuke picomm

---
 config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h
index 2e101f1..4239c72 100644
--- a/config.h
+++ b/config.h
@@ -1,6 +1,6 @@
 /* See LICENSE file for copyright and license details. */
 #define BROWSER "firefox"
-#define TERMINAL "kitty"
+#define TERMINAL "kitty" /* WARN: The scratchpad commands on lines 105 - 111 set kitty config options */
 #define PLAYERCTL "firefox" /* this is currently only passed to playerctl as the client to control */
 /* appearance */
 static const unsigned int borderpx = 2;
@@ -115,7 +115,7 @@ static const char *sphelp[] = { "n", TERMINAL,"-o", "background_opacity=0.8", "-
 static const Key keys[] = {
     /* modifier                     key        function        argument */
     { MODKEY,              XK_F1,              togglescratch,      {.v = sphelp} },
-    { MODKEY,              XK_F2,              spawn,              SHCMD("pidof picom && killall picom || setsid -f picom") },
+    { MODKEY,              XK_F2,              spawn,              SHCMD("pidof xcompmgr && killall xcompmgr || setsid -f xcompmgr") },
     { MODKEY,              XK_F3,              togglescratch,      {.v = spmix} },
     // { MODKEY,              XK_F4,              spawn,              {.v = (const char *[]){NULL}} },
     // { MODKEY,              XK_F5,              spawn,              {.v = (const char *[]){NULL}} },