[hackers] [dwm][patch] status2d - use xrdb colors

2020-08-26 Thread tdu
>From bd7dd6d06e8b8c9dd6b595b2ce5f6e88b9565311 Mon Sep 17 00:00:00 2001 From: tdu Date: Wed, 26 Aug 2020 21:26:21 +0300 Subject: [PATCH] Use the 16 terminal colors from xrdb for status2d. ^C^ - fg. ^B^ - bg. --- config.def.h | 34 ++ dwm.c| 22

[hackers] [dwm][patch] status2d extra tags - swap/save/restore fg/bg colors

2020-08-26 Thread tdu
>From dfd158c8dea87a0a4dbc5b2eda7c096069d1484a Mon Sep 17 00:00:00 2001 From: tdu Date: Wed, 26 Aug 2020 18:50:09 +0300 Subject: [PATCH] Add the following tags for the status2d patch: ^w^ - Swaps bg/fg color. ^v^ - Saves the current fg/bg color.^t^ - Restores the previously saved

[hackers] [st][patch] Added st 0.8.4 support to scrollback-mouse

2020-08-26 Thread traffic cone
--- a/config.def.h +++ b/config.def.h @@ -175,10 +175,10 @@ static MouseShortcut mshortcuts[] = { /* mask button functionargument release */ { XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 }, - { ShiftMask,Button4

Re: [hackers] [dwm][patch] status2d extra tags - swap/save/restore fg/bg colors

2020-08-26 Thread Hiltjo Posthuma
On Wed, Aug 26, 2020 at 08:27:18PM +, tdu wrote: > From dfd158c8dea87a0a4dbc5b2eda7c096069d1484a Mon Sep 17 00:00:00 2001 > From: tdu > Date: Wed, 26 Aug 2020 18:50:09 +0300 > Subject: [PATCH] Add the following tags for the status2d patch: ^w^ - > Swaps bg/fg color. ^v^ - Saves the cu