dwm

X window manager from suckless utilities
git clone git://git.thepablogq.xyz/dwm
Log | Files | Refs | README | LICENSE

commit c858af2098aef0c49decba220f5049ece34a5fb8
parent 4099f3eb3362cd46fd42eed9637052f48b78836d
Author: Pablo Garro <pablogq@thepablogq.xyz>
Date:   Tue,  9 Mar 2021 02:07:39 -0600

Workflow updated for new arch install

Diffstat:
Mconfig.def.h | 31++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -6,8 +6,8 @@ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int gappx = 10; /* gap pixel between windows */ 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[] = { "Terminus:size=10" }; +static const char dmenufont[] = "Terminus:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; @@ -50,7 +50,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tags[] = { "1", "2", "3", "COMM", "FLOAT", "GRHP", "SOUND", "MAIL", "WEB" }; static const Rule rules[] = { /* xprop(1): @@ -58,19 +58,20 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "qjackctl", NULL, NULL, 1 << 8, 1, 0 }, - { "Gnome-pomodoro", NULL, "Pomodoro Timer",1 << 8, 1, 0 }, - { "Gnome-pomodoro", NULL, "Pomodoro", 0, 0, 0 }, - { "Microsoft Teams - Preview",NULL,NULL,1 << 7, 1, 0 }, - { "zoom", NULL, NULL, 1 << 7, 1, 0 }, - { "VirtualBox", NULL, NULL, 0, 1, -1 }, - { "discord", NULL, NULL, 1 << 7, 1, 0 }, - { "Firefox", NULL, NULL, 1 << 2, 0, -1 }, - { "Brave", NULL, NULL, 1 << 3, 0, -1 }, - { "Ardour", NULL, NULL, 1 << 6, 1, 1 }, - { "kdenlive", NULL, NULL, 1 << 6, 0, 0 }, + { "firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Chromium", NULL, NULL, 1 << 8, 0, -1 }, + { "Thunderbird", "Mail", NULL, 1 << 7, 0, 0 }, + { "Thunderbird", "Msgcompose", NULL, 1 << 7, 0, 1 }, + { "Bitwig Studio",NULL, NULL, 1 << 6, 0, 0 }, + { "Ardour-6.6.0",NULL, NULL, 1 << 6, 0, 0 }, { "Gimp", NULL, NULL, 1 << 5, 0, 1 }, - { "Thunderbird",NULL, NULL, 1 << 1, 0, -1 }, + { "QjackCtl", NULL, NULL, 1 << 4, 1, 1 }, + { "st-256color", NULL, "pulsemixer",1 << 4, 1, 1 }, + { "st-256color", NULL, "pydoro", 1 << 4, 1, 1 }, + { "Gtick", NULL, NULL, 1 << 4, 1, 1 }, + { "zoom", NULL, "Zoom Meeting",1 << 3, 0, 0 }, + { "zoom", NULL, NULL, 1 << 4, 1, 0 }, + { "discord", NULL, NULL, 1 << 3, 0, 0 }, }; /* layout(s) */