nuke picomm
This commit is contained in:
parent
b1eba4fae2
commit
445bfaa764
4
config.h
4
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}} },
|
||||
|
|
Loading…
Reference in New Issue