Skip to content

Commit

Permalink
terminal app addition
Browse files Browse the repository at this point in the history
  • Loading branch information
FT-Labs committed Aug 29, 2022
1 parent 3472629 commit fae5b99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ static char *colors[][3] = {
[SchemeCritical] = { red, black, "#000000" } ,
};

const char *key_tui[] = {TERMINAL, "-n", "key_tui", "-g", "120x34", "-e", "mandwmtui", "dwm", NULL};
const char *physettings[] = {TERMINAL, "-n", "physettings", "-g", "180x50", "-e", "physettings", NULL};

const Config config[] = {
{key_tui, ""},
{physettings, ""},
};

typedef struct {
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dwm version
VERSION = 1.2.4
VERSION = 1.2.5

# Customize below to fit your system

Expand Down
2 changes: 1 addition & 1 deletion dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ extendrules()
rules[0] = (Rule) { TERMCLASS, "0", "0", 0, 0, 1, 0, 0, 0, -1 };
rules[1] = (Rule) { "0", "0", "Event Tester", 0, 0, 0, 0, 1, 0, -1 };
rules[2] = (Rule) { "0", "spterm", "0", SPTAG(0), 1, 1, 0, 0, 0, -1 };
rules[3] = (Rule) { "0", "key_tui", "0", 0, 1, 1, 1, 0, 0, -1 };
rules[3] = (Rule) { "0", "physettings", "0", 0, 1, 1, 1, 0, 0, -1 };
rules[4] = (Rule) { "0", "pavucontrol", "0", 0, 1, 0, 1, 1, 1, -1 };
rules[5] = (Rule) { "0", "0", "nmtui", 0, 1, 1, 1, 0, 0, -1 };
rules[6] = (Rule) { "0", "physet-run", "0", 0, 1, 1, 1, 0, 0, -1 };
Expand Down

0 comments on commit fae5b99

Please sign in to comment.