Skip to content

Commit

Permalink
Merge pull request #43 from jere-a/add-terminator-terminal
Browse files Browse the repository at this point in the history
Added terminator and fixed formatting.
  • Loading branch information
ChrisTitusTech authored Jul 30, 2024
2 parents 0e39c28 + 794a152 commit 52b10ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
{ "kitty", NULL, NULL, 0, 0, 1, 0, -1 },
{ "alacritty", NULL, NULL, 0, 0, 1, 0, -1 },
{ "alacritty", NULL, NULL, 0, 0, 1, 0, -1 },
{ "terminator", NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
};

Expand Down

0 comments on commit 52b10ae

Please sign in to comment.