mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-14 06:59:48 -05:00
apply alwayscenter patch
This commit is contained in:
parent
f49e94f455
commit
0bbf1f65da
2 changed files with 9 additions and 9 deletions
12
config.def.h
12
config.def.h
|
|
@ -10,10 +10,6 @@ static const int numlock = 1;
|
|||
static const int capslock = 0;
|
||||
static const int smartborders = 1;
|
||||
static const unsigned int borderpx = 3; /* border pixel of windows */
|
||||
static const unsigned int gappih = 0; /* horiz inner gap between windows */
|
||||
static const unsigned int gappiv = 0; /* vert inner gap between windows */
|
||||
static const unsigned int gappoh = 0; /* horiz outer gap between windows and screen edge */
|
||||
static const unsigned int gappov = 0; /* vert outer gap between windows and screen edge */
|
||||
static const float bordercolor[] = COLOR(0x00000000);
|
||||
static const float focuscolor[] = COLOR(0x7aa6daff);
|
||||
static const float urgentcolor[] = COLOR(0xd54e53ff);
|
||||
|
|
@ -21,7 +17,7 @@ static const float stickycolor[] = COLOR(0x8abeb7ff);
|
|||
static const float mixedcolor[] = COLOR(0xb5bd68ff);
|
||||
/* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */
|
||||
static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 0.0};
|
||||
static const float default_opacity = 1.00;
|
||||
static const int center_relative_to_monitor = 1; /* 0 means center floating relative to the window area */
|
||||
|
||||
static const char *const autostart[] = {
|
||||
"/home/korei/.config/dwl/dwlinit.sh", NULL,
|
||||
|
|
@ -34,10 +30,10 @@ static const char *const autostart[] = {
|
|||
static int log_level = WLR_ERROR;
|
||||
|
||||
typedef enum {
|
||||
VIEW_L = -1,
|
||||
VIEW_R = 1,
|
||||
VIEW_L = -1,
|
||||
VIEW_R = 1,
|
||||
SHIFT_L = -2,
|
||||
SHIFT_R = 2,
|
||||
SHIFT_R = 2,
|
||||
} RotateTags;
|
||||
|
||||
/* keyboard layout change notification for status bar */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue