updated config

This commit is contained in:
joelchrono12 2023-01-13 14:45:01 -06:00
parent c993c9e032
commit bafa50d3ba
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Alacritty", "pulsemixer", NULL, 0, 1, -1 },
{ "pulsemixer", NULL, NULL, 0, 1, -1 },
{ "Pavucontrol",NULL, NULL, 0, 1, -1 },
{ "Nitrogen", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
@ -85,7 +85,7 @@ static const char *termcmd[] = { "alacritty", NULL };
static const char *rofipass[] = { "rofi-pass", NULL };
static const char *browser[] = { "firefox", NULL };
static const char *screenshot[] = { "flameshot","gui", NULL };
static const char *files[] = { "thunar", NULL };
static const char *files[] = { "pcmanfm", NULL };
static const char *qpost[] = { "/home/chrono/.config/rofi/scripts/qpost.sh", NULL };
static const char *pulsemixer[] = { "alacritty","--class","pulsemixer","-e","pulsemixer",NULL };
static const char *brightup[] = { "brightnessctl", "set", "+15", NULL };

View File

@ -46,7 +46,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Alacritty", "pulsemixer", NULL, 0, 1, -1 },
{ "pulsemixer", NULL, NULL, 0, 1, -1 },
{ "Pavucontrol",NULL, NULL, 0, 1, -1 },
{ "Nitrogen", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
@ -85,7 +85,7 @@ static const char *termcmd[] = { "alacritty", NULL };
static const char *rofipass[] = { "rofi-pass", NULL };
static const char *browser[] = { "firefox", NULL };
static const char *screenshot[] = { "flameshot","gui", NULL };
static const char *files[] = { "thunar", NULL };
static const char *files[] = { "pcmanfm", NULL };
static const char *qpost[] = { "/home/chrono/.config/rofi/scripts/qpost.sh", NULL };
static const char *pulsemixer[] = { "alacritty","--class","pulsemixer","-e","pulsemixer",NULL };
static const char *brightup[] = { "brightnessctl", "set", "+15", NULL };