initial import
This commit is contained in:
13
cwm/change-default-binaries.patch
Normal file
13
cwm/change-default-binaries.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- 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", "slock");
|
||||
+ conf_cmd_add(c, "term", "st");
|
||||
conf_wm_add(c, "cwm", "cwm");
|
||||
|
||||
c->font = xstrdup("sans-serif:pixelsize=14:bold");
|
||||
Reference in New Issue
Block a user