nuke picomm

This commit is contained in:
Luca Bilke 2023-05-26 11:53:18 +02:00
parent b1eba4fae2
commit 445bfaa764
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
1 changed files with 2 additions and 2 deletions

View File

@ -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}} },