diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-29 23:57:53 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-29 23:57:53 -0400 |
| commit | 048b587d2a3748bbfaa7fce7cc6db574ac62c0c6 (patch) | |
| tree | 4037c84ab9c5fad5a81454eba29be677cdc36489 | |
| parent | 7cde3ec842070c0cabd0e796789856ed745483fa (diff) | |
| download | dwm-demo.tar.gz dwm-demo.tar.xz | |
Tweak config for demodemo
| -rw-r--r-- | config.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -87,8 +87,7 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", DMENU_FLAGS, NULL }; static const char *ddmenucmd[] = { "ddmenu", DMENU_FLAGS, NULL }; -// static const char *termcmd[] = { "st", NULL }; -static const char *termcmd[] = { "konsole", NULL }; +static const char *termcmd[] = { "st", NULL }; static const char *termcmdLarge[] = { "st", "-f", PROFONT_LARGE, NULL }; static const char *termcmdYuge[] = { "st", "-f", TERMINUS_YUGE, NULL }; static const char *passcmd[] = { "dpw-menu", DMENU_FLAGS, NULL }; @@ -96,8 +95,7 @@ static const char *passcmd_type[] = { "dpw-menu", "--type", DMENU_FLAGS, NULL static const char *passcmd_otp_type[] = { "dpw-menu", "--type", "--otp", DMENU_FLAGS, NULL }; static const char *snip_cmd[] = { "snipmenu", DMENU_FLAGS, NULL }; static const char *screenshot_cmd[] = { "scrot", "-s", "/tmp/screenshot.png", NULL }; -static const char *file_cmd[] = { "dolphin", NULL }; -// static const char *file_cmd[] = { "thunar", NULL }; +static const char *file_cmd[] = { "thunar", NULL }; static const char *slock_cmd[] = { "slock", NULL }; static const char *volup_cmd[] = { "vol", "up", NULL }; static const char *voldn_cmd[] = { "vol", "down", NULL }; |
