added new patch

This commit is contained in:
hellisabove
2021-10-18 17:45:03 +03:00
parent baddb891d1
commit 7f3d2386b7
7 changed files with 192 additions and 18 deletions
+10
View File
@@ -0,0 +1,10 @@
--- config.def.h
+++ config.def.h
@@ -3,6 +3,7 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
+static const char panel[][20] = { "xfce4-panel", "Xfce4-panel" }; /* name & cls of panel win */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "monospace:size=10" };