|
|
|
@ -24,7 +24,9 @@ static const Rule rules[] = {
|
|
|
|
* WM_NAME(STRING) = title
|
|
|
|
* WM_NAME(STRING) = title
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
/* class instance title tags mask isfloating monitor */
|
|
|
|
/* class instance title tags mask isfloating monitor */
|
|
|
|
{ "Nextcloud", NULL, NULL, 1 << 8, 0, -1 },
|
|
|
|
{ "Nextcloud", NULL, NULL, 1 << 8, 1, -1 },
|
|
|
|
|
|
|
|
{ "Mullvad VPN", NULL, NULL, 1 << 8, 1, -1 },
|
|
|
|
|
|
|
|
{ "st", "floating", NULL, 1 << 8, 1, -1 },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
@ -66,8 +68,8 @@ static const char *xcmd[] = { "pkill", "x", NULL };
|
|
|
|
static const char *mutecmd[] = { "pulsemixer", "--toggle-mute", NULL };
|
|
|
|
static const char *mutecmd[] = { "pulsemixer", "--toggle-mute", NULL };
|
|
|
|
static const char *volcmd[] = { "st", "-e", "pulsemixer", NULL };
|
|
|
|
static const char *volcmd[] = { "st", "-e", "pulsemixer", NULL };
|
|
|
|
static const char *lockcmd[] = { "slock", NULL };
|
|
|
|
static const char *lockcmd[] = { "slock", NULL };
|
|
|
|
static const char *filecmd[] = { "st", "-e", "nnn", "-R", "d", NULL };
|
|
|
|
static const char *filecmd[] = { "st", "-e", "nnn", "-", "R", "d", NULL };
|
|
|
|
static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "lf", NULL };
|
|
|
|
static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "nnn", "-", "R", "d", NULL };
|
|
|
|
static const char *musiccmd[] = { "st", "-e", "ncmpcpp", NULL };
|
|
|
|
static const char *musiccmd[] = { "st", "-e", "ncmpcpp", NULL };
|
|
|
|
static const char *ssacmd[] = { "ssall", NULL };
|
|
|
|
static const char *ssacmd[] = { "ssall", NULL };
|
|
|
|
static const char *ssscmd[] = { "ssselection", NULL };
|
|
|
|
static const char *ssscmd[] = { "ssselection", NULL };
|
|
|
|
|