diff options
| author | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-30 01:17:10 +0900 |
|---|---|---|
| committer | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-30 01:17:10 +0900 |
| commit | 897ffe7b3ba43fee0c4418148a185d1cbb7d6425 (patch) | |
| tree | 9d5fca789746ebb9b8a99902b7aa66b0f6bde2c5 /public/code/dwm/config.h | |
| parent | d0a3fa2ddd2843a55cce25d29fe61daf27ef1d38 (diff) | |
QoL small changes
Diffstat (limited to 'public/code/dwm/config.h')
| -rw-r--r-- | public/code/dwm/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/code/dwm/config.h b/public/code/dwm/config.h index c798838..2265824 100644 --- a/public/code/dwm/config.h +++ b/public/code/dwm/config.h @@ -36,6 +36,8 @@ static const Rule rules[] = { { "GoldenDict", NULL, NULL, 0, 1, -1 }, { "st", NULL, NULL, 0, 1, -1 }, { "nsxiv", NULL, NULL, 0, 1, -1 }, + { "pcmanfm", NULL, NULL, 0, 1, -1 }, + { "libreoffice", NULL, NULL, 0, 1, -1 }, }; /* layout(s) */ |
