diff options
author | Acid Bong <acid-bong@cock.lt> | 2022-12-01 00:13:38 +0200 |
---|---|---|
committer | Acid Bong <acid-bong@cock.lt> | 2022-12-01 00:15:23 +0200 |
commit | 5738df74cda39a9826c5f653e9b334779d61225d (patch) | |
tree | a47cc77f334ccd6203908a7b0b169ea1eda3488f /config.def.h | |
parent | b17ae08b23e8fff94b5b116c9c00e09b3fc1c4ef (diff) | |
download | dwm-5738df74cda39a9826c5f653e9b334779d61225d.tar.gz |
Revert "patch: systray (orig included), personal configs"
This reverts commit db183efa60a525cd245fa6ce477580faaf241f62.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/config.def.h b/config.def.h index 1afc474..12983c6 100644 --- a/config.def.h +++ b/config.def.h @@ -6,14 +6,9 @@ static const unsigned int borderpx = 2; /* border pixel of windows */ static const int gappx = 10; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ -static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ -static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */ -static const unsigned int systrayspacing = 2; /* systray spacing */ -static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/ -static const int showsystray = 1; /* 0 means no systray */ -static const int focusonwheel = 0; 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 char *fonts[] = { "monospace:size=10", "Symbola:size=10", "Symbols Nerd Font Mono:size=10" }; /* pywal integration */ #include "wal.h" @@ -26,10 +21,10 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { NULL, NULL, "btop", 0, 1, -1 }, - { NULL, NULL, "ranger", 0, 1, -1 }, - { "KotatogramDesktop", NULL, NULL, 0, 1, -1 }, + /* class instance title tags mask isfloating monitor */ + { NULL, NULL, "btop", 0, 1, -1 }, + { NULL, NULL, "ranger", 0, 1, -1 }, + { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ |