diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-21 20:20:54 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-21 20:20:54 +0000 |
| commit | f1fd6db851417844d49bb08ccdf2ed67e7940b8a (patch) | |
| tree | 06ae103b6220cc939834f3ee7136ba268f2e9fb9 /config.h | |
| parent | 554c750d9ecb1930cdfa7bbd6931204972843185 (diff) | |
restore default borderpx, keep only firefox rule
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -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) */ |
