summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-01-26 16:50:31 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2022-01-26 16:50:31 -0500
commit762b12d713454a0765939ae6e257206fe6457ced (patch)
tree1cdfbcf14a775369e044e77e8f47e8fd431e04ca
parentcc5a2be945551c4e38e2b6ca41cae1bd85739bde (diff)
xev noswallow ruleHEADmaster
-rw-r--r--.gitignore3
-rw-r--r--config.def.h7
2 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index c7f6a97..6e072f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,6 @@
*.o
dwm
config.h
+
+# ctags
+tags
diff --git a/config.def.h b/config.def.h
index 2c53956..1381341 100644
--- a/config.def.h
+++ b/config.def.h
@@ -59,9 +59,10 @@ static const Rule rules[] = {
{ "St", NULL, NULL, 0, 0, 0, 1, 0, -1, 1 },
{ "dropdown",NULL, NULL, 0, 1, 1, 0, 0, -1, 1 },
{ NULL, NULL, "Color Picker", 0, 1, 1, 0, 0, -1, 1 },
+ { "Tk", NULL, NULL, 0, 0, 0, 0, 1, -1, 1 },
{ "youtube", NULL, NULL, 0, 1, 1, 1, 0, -1, 1 },
{ "Nvim-R", NULL, NULL, 0, 0, 0, 1, 1, -1, 1 },
- /* { NULL, NULL, "Event Tester", 0, 0, 1, 0, 1, -1, 1 }, /1* xev *1/ */
+ { NULL, NULL, "Event Tester", 0, 0, 1, 0, 1, -1, 1 }, /* xev */
/* { "R_x11", NULL, NULL, 0, 0, 1, 0, 1, -1, 0 }, /1* R popup *1/ */
/* { "Matplotlib",NULL, NULL, 0, 1, 1, 0, 1, -1, 0 }, /1* Python popups *1/ */
/* { NULL,NULL,"Subplot Configuration Tool",0, 1, 1, 0, 1, -1, 0 }, /1* Python popups *1/ */
@@ -80,12 +81,8 @@ static const Rule rules[] = {
/* layout(s) */
static const float mfact = 0.50; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
-<<<<<<< HEAD
-static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
-=======
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
->>>>>>> origin/master
static const Layout layouts[] = {
/* symbol arrange function */