summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic DiTaranto <domdit@gmail.com>2024-09-03 20:53:18 -0400
committerDominic DiTaranto <domdit@gmail.com>2024-09-03 20:53:18 -0400
commitcb01436b7ad955224166dd553117d37d72f17e24 (patch)
tree8405220bce56b0435c3abddabe2aff1c67dd8ddd
parentc17cd88925db8d0cc353c2bb1ba0e9f77cb6d017 (diff)
reducing tagsstatus-bar
-rw-r--r--.bashrc1
-rw-r--r--.suckless/dwm/config.h10
-rwxr-xr-x.suckless/dwm/dwmbin68176 -> 68184 bytes
-rw-r--r--.suckless/dwm/dwm.obin61240 -> 61248 bytes
4 files changed, 7 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index 44d8e3c..c1f7222 100644
--- a/.bashrc
+++ b/.bashrc
@@ -5,6 +5,7 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
+export PATH=$PATH:/home/dominic/.suckless/dwmblocks/scripts
export GTK_IM_MODULE='fcitx'
export QT_IM_MODULE='fcitx'
diff --git a/.suckless/dwm/config.h b/.suckless/dwm/config.h
index f28f472..0d330d3 100644
--- a/.suckless/dwm/config.h
+++ b/.suckless/dwm/config.h
@@ -6,8 +6,8 @@ static const unsigned int gappx = 5; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "monospace:size=10" };
-static const char dmenufont[] = "monospace:size=10";
+static const char *fonts[] = { "monospace:size=14", "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" };
+static const char dmenufont[] = "monospace:size=14";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
@@ -20,7 +20,7 @@ static const char *colors[][3] = {
};
/* tagging */
-static const char *tags[] = { "一", "二", "三", "四", "五", "六", "七", "八", "九" };
+static const char *tags[] = { "一", "二", "三", "四", "五" };
static const Rule rules[] = {
/* xprop(1):
@@ -30,6 +30,8 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
+ { "glances", "glances", NULL, 1<<1, 0, -1 },
+
};
/* layout(s) */
@@ -74,7 +76,7 @@ static const Key keys[] = {
{ MODKEY, XK_d, incnmaster, {.i = -1 } },
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
{ MODKEY, XK_l, setmfact, {.f = +0.05} },
-{ MODKEY, XK_Return, zoom, {0} },
+{ MODKEY, XK_z, zoom, {0} },
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY, XK_q, killclient, {0} },
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
diff --git a/.suckless/dwm/dwm b/.suckless/dwm/dwm
index 8aa8556..33966c5 100755
--- a/.suckless/dwm/dwm
+++ b/.suckless/dwm/dwm
Binary files differ
diff --git a/.suckless/dwm/dwm.o b/.suckless/dwm/dwm.o
index 74a8293..3a17f60 100644
--- a/.suckless/dwm/dwm.o
+++ b/.suckless/dwm/dwm.o
Binary files differ