dwm

dynamic window manager, forked from luke smith's build
git clone https://git.beauhilton.com/dwm.git
Log | Files | Refs | README | LICENSE

commit ec95d59c83c91e086e2183827008436411e40180
parent 4ad8e2d365ea3c5209e465ce50105900d86397d8
Author: Beau Hilton <beau.hilton@vumc.org>
Date:   Thu,  5 Aug 2021 12:05:55 -0500

not a gimper

Diffstat:
Mconfig.h | 4++--
Mvanitygaps.c | 14+++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/config.h b/config.h @@ -36,7 +36,6 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, { "kitty", NULL, NULL, 0, 0, 1, 0, -1 }, }; @@ -116,7 +115,8 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_Tab, spawn, SHCMD("dmenunetworks") }, { MODKEY, XK_q, killclient, {0} }, /* { MODKEY|ShiftMask, XK_q, spawn, SHCMD("") }, */ - { MODKEY, XK_w, spawn, SHCMD("$BROWSER") }, + /* { MODKEY, XK_w, spawn, SHCMD("$BROWSER") }, */ + { MODKEY, XK_w, spawn, SHCMD("$TERMINAL -e google-chrome-stable --force-dark-mode --enable-features=WebUIDarkMode") }, /* { MODKEY|ShiftMask, XK_w, spawn, SHCMD(TERMINAL " -e dmenunetworks") }, */ { MODKEY, XK_e, spawn, SHCMD("$TERMINAL -e neomutt ; pkill -RTMIN+12 dwmblocks; rmdir ~/.abook") }, { MODKEY|ShiftMask, XK_e, spawn, SHCMD("$TERMINAL -e vmware-view --nonInteractive --serverURL='virtual.vumc.org' --domainName='vanderbilt' --desktopName='eStar' --desktopSize='large' -u $(pass virtual.vumc.org | sed -n 's/login:\\s//p') -p $(pass virtual.vumc.org)") }, diff --git a/vanitygaps.c b/vanitygaps.c @@ -1,12 +1,12 @@ /* Key binding functions */ -static void defaultgaps(const Arg *arg); +__attribute__((unused)) static void defaultgaps(const Arg *arg); +__attribute__((unused)) static void incrigaps(const Arg *arg); +__attribute__((unused)) static void incrogaps(const Arg *arg); +__attribute__((unused)) static void incrohgaps(const Arg *arg); +__attribute__((unused)) static void incrovgaps(const Arg *arg); +__attribute__((unused)) static void incrihgaps(const Arg *arg); +__attribute__((unused)) static void incrivgaps(const Arg *arg); static void incrgaps(const Arg *arg); -static void incrigaps(const Arg *arg); -static void incrogaps(const Arg *arg); -static void incrohgaps(const Arg *arg); -__attribue__((unused)) static void incrovgaps(const Arg *arg); -static void incrihgaps(const Arg *arg); -static void incrivgaps(const Arg *arg); static void togglegaps(const Arg *arg); /* Layouts */