config: bc -> python
This commit is contained in:
parent
87726760de
commit
f4544d5ca0
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -95,7 +95,7 @@ static const char *const autostart[] = {
|
|||
|
||||
/* named scratchpads - First arg only serves to match against key in rules*/
|
||||
static const char *spcmd1[] = {"s", "foot", "-T", "scr", NULL };
|
||||
static const char *spcmd2[] = {"c", "foot", "-T", "clc", "bc", "-q", NULL };
|
||||
static const char *spcmd2[] = {"c", "foot", "-T", "clc", "python", "-q", NULL };
|
||||
|
||||
#include "shiftview.c"
|
||||
static const Key keys[] = {
|
||||
|
|
Loading…
Reference in a new issue