aboutsummaryrefslogtreecommitdiff
path: root/dwm/config.def.h
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-01-11 22:18:18 +0100
committerpml68 <contact@pml68.dev>2025-01-11 22:18:18 +0100
commit20e42a2183d792508fbcf2da782e011fc525eb4d (patch)
tree47d41bbbc7a902aaa89169374a4b7d141adcc149 /dwm/config.def.h
parentfeat: add new tmux binding (diff)
downloadsuckless-setup-20e42a2183d792508fbcf2da782e011fc525eb4d.tar.gz
feat(dwm): make Tor Browser float by default
Diffstat (limited to 'dwm/config.def.h')
-rw-r--r--dwm/config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 1bdb869..86c538f 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -38,6 +38,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{"Gimp", NULL, NULL, 0, 1, -1},
+ {"Tor Browser", NULL, NULL, 0, 1, -1},
{"Firefox", NULL, NULL, 1 << 8, 0, -1},
};