File: change-default-binaries

package info (click to toggle)
cwm 7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 420 kB
  • sloc: ansic: 6,322; yacc: 562; makefile: 78; perl: 69; sh: 15
file content (14 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Change the default binaries to more closely fit Debian policy
--- a/conf.c
+++ b/conf.c
@@ -303,8 +303,8 @@
 	for (i = 0; i < nitems(color_binds); i++)
 		c->color[i] = xstrdup(color_binds[i]);
 
-	conf_cmd_add(c, "lock", "xlock");
-	conf_cmd_add(c, "term", "xterm");
+	conf_cmd_add(c, "lock", "xscreensaver-command -lock");
+	conf_cmd_add(c, "term", "x-terminal-emulator");
 	conf_wm_add(c, "cwm", "cwm");
 
 	c->font = xstrdup("sans-serif:pixelsize=14:bold");