From 02199e6f6b819a6f17f039b4a0b99528dbc1dc62 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Sun, 31 Mar 2024 01:25:41 -0400 Subject: [PATCH] Updated --- assets/logo.svg | 56 +++++++++++++++++++++++++++++++++++++++++++++ source/dwm/config.h | 1 + 2 files changed, 57 insertions(+) create mode 100644 assets/logo.svg diff --git a/assets/logo.svg b/assets/logo.svg new file mode 100644 index 000000000..35c76773c --- /dev/null +++ b/assets/logo.svg @@ -0,0 +1,56 @@ + + + + + + + + NEODOTFILES + + diff --git a/source/dwm/config.h b/source/dwm/config.h index 25547a831..8995fffb1 100644 --- a/source/dwm/config.h +++ b/source/dwm/config.h @@ -99,6 +99,7 @@ static const Rule rules[] = { {"xtightvncviewer", NULL, NULL, 0, 1, -1}, /* 1 - Code Tag */ {"editor", NULL, NULL, 1, 0, -1}, + {"gnome-builder", NULL, NULL, 1, 0, -1}, {"lvim", NULL, NULL, 1, 0, -1}, {"Emacs", NULL, NULL, 1, 0, -1}, {"Godot", NULL, NULL, 1, 0, -1},