Remove gimp spawn on 9 and add mpv floating window
This commit is contained in:
parent
31dbc69b98
commit
4cff79207d
3
config.h
3
config.h
@ -46,12 +46,13 @@ static const Rule rules[] = {
|
||||
* WM_NAME(STRING) = title
|
||||
*/
|
||||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||
{ "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
|
||||
// { "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
|
||||
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
|
||||
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 },
|
||||
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
|
||||
{ NULL, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 },
|
||||
{ "jetbrains-pycharm-ce", NULL, NULL, 0, 1, 0, 1, -1 },
|
||||
{ "mpv", NULL, NULL, 0, 1, 0, 1, -1 },
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user