mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
draw window borders
Works with scaled/rotated displays too!
This commit is contained in:
parent
6254bcd033
commit
60f2c0b7de
3 changed files with 20 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
static const int sloppyfocus = 1; /* focus follows mouse */
|
||||
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||
static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0};
|
||||
static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0};
|
||||
|
||||
/* tagging */
|
||||
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue