diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-05-26 10:04:45 +0200 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-05-26 10:04:45 +0200 |
commit | cd5198f084186dacb9f90bc2b52654f16f6feefb (patch) | |
tree | c76c9942f52a9e8b2a2d012bcccf99198b9f189a /dmenu/dmenu.c.rej | |
parent | 15663cf4d0666670ff1dffcac9d56aef87752c3f (diff) |
change settings
Diffstat (limited to 'dmenu/dmenu.c.rej')
-rw-r--r-- | dmenu/dmenu.c.rej | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dmenu/dmenu.c.rej b/dmenu/dmenu.c.rej new file mode 100644 index 0000000..dd978c8 --- /dev/null +++ b/dmenu/dmenu.c.rej @@ -0,0 +1,14 @@ +--- dmenu.c 2019-02-02 13:55:02.000000000 +0100 ++++ dmenu.c 2019-05-19 02:11:20.966710117 +0200 +@@ -654,9 +654,10 @@ setup(void) + swa.override_redirect = True; + swa.background_pixel = scheme[SchemeNorm][ColBg].pixel; + swa.event_mask = ExposureMask | KeyPressMask | VisibilityChangeMask; +- win = XCreateWindow(dpy, parentwin, x, y, mw, mh, 0, ++ win = XCreateWindow(dpy, parentwin, x, y, mw, mh, border_width, + CopyFromParent, CopyFromParent, CopyFromParent, + CWOverrideRedirect | CWBackPixel | CWEventMask, &swa); ++ XSetWindowBorder(dpy, win, scheme[SchemeSel][ColBg].pixel); + XSetClassHint(dpy, win, &ch); + + /* open input methods */ |