From f1fd6db851417844d49bb08ccdf2ed67e7940b8a Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 21 Aug 2026 16:20:54 -0400 Subject: restore default borderpx, keep only firefox rule --- config.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index bcf85c3..35be017 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 0; /* border pixel of windows */ +static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ @@ -26,15 +26,8 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, - { "Vivaldi", NULL, NULL, 1 << 8, 0, -1 }, - { "Brave", NULL, NULL, 1 << 8, 0, -1 }, - { "KeePassXC", NULL, NULL, 1 << 3, 0, -1 }, - { "Mattermost", NULL, NULL, 1 << 0, 0, 0 }, - { "Signal", NULL, NULL, 1 << 0, 0, 0 }, - { "easyeffects", NULL, NULL, 1 << 5, 0, -1 }, + /* class instance title tags mask isfloating monitor */ + { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3