summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2025-07-14 19:12:44 +0200
committerLM-LCL <hello@exaltedelite.club>2025-07-14 19:12:44 +0200
commit6760362a1df2efaf68cf6e13685a6cbc68a1684e (patch)
tree37ab21856a7f4d2f101b79821d2508ac70543a5c
parent7f333acb57fd09110ec60632de9679f9bde16ac9 (diff)
Added file manager to float
-rw-r--r--config.def.h1
-rw-r--r--config.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index faccf8f..c74efdb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -39,6 +39,7 @@ static const Rule rules[] = {
{ "libreoffice-startcenter", NULL, NULL, 1 << 4, 0, -1 },
{ "Soffice", NULL, NULL, 1 << 4, 0, -1 },
{ "Virt-manager", NULL, NULL, 1 << 5, 0, -1 },
+ { "Pcmanfm", NULL, NULL, 0, 1, -1 },
{ "scrcpy", NULL, NULL, 1 << 6, 1, -1 },
{ "Gimp", NULL, NULL, 1 << 6, 1, -1 },
{ "Inkscape", NULL, NULL, 1 << 6, 0, -1 },
diff --git a/config.h b/config.h
index faccf8f..c74efdb 100644
--- a/config.h
+++ b/config.h
@@ -39,6 +39,7 @@ static const Rule rules[] = {
{ "libreoffice-startcenter", NULL, NULL, 1 << 4, 0, -1 },
{ "Soffice", NULL, NULL, 1 << 4, 0, -1 },
{ "Virt-manager", NULL, NULL, 1 << 5, 0, -1 },
+ { "Pcmanfm", NULL, NULL, 0, 1, -1 },
{ "scrcpy", NULL, NULL, 1 << 6, 1, -1 },
{ "Gimp", NULL, NULL, 1 << 6, 1, -1 },
{ "Inkscape", NULL, NULL, 1 << 6, 0, -1 },