commit 3cbe80f265c32a2b9a7a228885d5668204ddddfa
parent e9d16ee8e51405c185814fa8c8fa5e4b097caa9e
Author: phillbush <phillbush@cock.li>
Date: Tue, 28 Sep 2021 16:17:11 -0300
shod
Diffstat:
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/README b/README
@@ -14,12 +14,11 @@
│ │
└───────────────────────┘
-shod (or "shod2", to distinguish it from its previous version) is a
-multi-monitor floating reparenting X11 window manager that supports
-tiled and tabbed containers. shod sets no keybindings, reads no
-configuration, and works only via mouse with a given key modifier
-(Alt by default) and by responding to client messages sent by the
-shodc utility (shod's remote controller).
+shod is a multi-monitor floating reparenting X11 window manager that
+supports tiled and tabbed containers. shod sets no keybindings, reads
+no configuration, and works only via mouse with a given key modifier
+(Alt by default) and by responding to client messages sent by the shodc
+utility (shod's remote controller).
shod was inspired by the following programs and window managers. I'd
like to thank their authors for their work that helped me developing
diff --git a/shod.c b/shod.c
@@ -16,7 +16,7 @@
#include <X11/extensions/Xinerama.h>
#include "theme.xpm"
-#define WMNAME "shod2"
+#define WMNAME "shod"
#define DIV 15 /* number to divide the screen into grids */
#define FONT "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1"
#define MODIFIER Mod1Mask