llvm, clang: bump to 14.0.6
[kiss-trunc88.git] / dwl-git / patches / dwlmine.patch
blob507a31cc41f89e19d50305e72ebab1ecc609e967
1 Only in ../dwl-0.2.1: .gitignore
2 Only in ../dwl-0.2.1: LICENSE
3 Only in ../dwl-0.2.1: LICENSE.dwm
4 Only in ../dwl-0.2.1: LICENSE.tinywl
5 Only in ../dwl-0.2.1: Makefile
6 Only in ../dwl-0.2.1: README.md
7 Only in ../dwl-0.2.1: client.h
8 --- ../dwl-0.2.1/config.def.h
9 +++ ../dwlb/config.def.h
10 @@ -1,6 +1,6 @@
11 /* appearance */
12 static const int sloppyfocus = 1; /* focus follows mouse */
13 -static const unsigned int borderpx = 1; /* border pixel of windows */
14 +static const unsigned int borderpx = 0; /* border pixel of windows */
15 static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0};
16 static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0};
17 static const float focuscolor[] = {1.0, 0.0, 0.0, 1.0};
18 @@ -51,7 +51,7 @@
19 static const int tap_to_click = 1;
20 static const int natural_scrolling = 0;
22 -#define MODKEY WLR_MODIFIER_ALT
23 +#define MODKEY WLR_MODIFIER_LOGO
24 #define TAGKEYS(KEY,SKEY,TAG) \
25 { MODKEY, KEY, view, {.ui = 1 << TAG} }, \
26 { MODKEY|WLR_MODIFIER_CTRL, KEY, toggleview, {.ui = 1 << TAG} }, \
27 @@ -62,7 +62,7 @@
28 #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
30 /* commands */
31 -static const char *termcmd[] = { "alacritty", NULL };
32 +static const char *termcmd[] = { "foot", NULL };
33 static const char *menucmd[] = { "bemenu-run", NULL };
35 static const Key keys[] = {
36 --- ../dwl-0.2.1/config.mk
37 +++ ../dwlb/config.mk
38 @@ -5,4 +5,4 @@
39 CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement
41 # Uncomment to build XWayland support
42 -#CFLAGS += -DXWAYLAND
43 +CFLAGS += -DXWAYLAND
44 Only in ../dwl-0.2.1: dwl.c
45 Only in ../dwl-0.2.1: dwlmine.patch