From ba11d15ff83cbaa58cb25c0a4da98f50bc1351c6 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 21 Aug 2022 01:25:05 +0200 Subject: removed fullgaps patch --- config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 638299e..07edc59 100644 --- a/config.h +++ b/config.h @@ -3,10 +3,10 @@ /* appearance */ static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ +static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int focusonwheel = 0; -static const int gappx = 5; static const char *fonts[] = { "Hack Nerd Font:size=11", "Symbola:pixelsize:11:antialias=true:autohint=true"}; static const char dmenufont[] = "Hack Nerd Font:size=11"; static const char col_gray1[] = "#222222"; @@ -28,11 +28,11 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, - { "St", NULL, NULL, 0, 0, 1, 0, -1 }, - { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ + /* class instance title tags mask isfloating isterminal noswallow monitor */ + { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, + { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, + { "kitty", NULL, NULL, 0, 0, 1, 0, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; /* layout(s) */ -- cgit v1.2.3