File: 2001_replace_term_cmd.patch

package info (click to toggle)
dwm 6.4-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 308 kB
  • sloc: ansic: 2,769; makefile: 57; sh: 36
file content (18 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Modified command and rules to use Debian specific tools
 By default dwm uses st as terminal emulator
 this is modified now to use x-terminal-emulator
 command instead.
Author: Vasudev Kamath <kamathvasudev@gmail.com>
Forwarded: not-needed
Last-Update: 2022-10-13
--- a/config.def.h	2022-10-04 19:38:18.000000000 +0200
+++ b/config.def.h	2022-10-13 21:49:19.315674363 +0200
@@ -57,7 +57,7 @@ static const Layout layouts[] = {
 
 /* commands */
 static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
-static const char *termcmd[]  = { "st", NULL };
+static const char *termcmd[]  = { "x-terminal-emulator", NULL };
 
 static const Key keys[] = {
 	/* modifier                     key        function        argument */