config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit c1c0691cbd878ee32f950eceef150282980396aa
parent 9f1b510f72dc6377c0eed87e81bb57e4a776fa18
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat,  9 May 2026 22:03:46 +0200

Replace bc with python

Diffstat:
M.config/dwm/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/dwm/config.h b/.config/dwm/config.h @@ -178,7 +178,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_backslash, spawn, SHCMD("popup-terminal") }, { MODKEY|ShiftMask, XK_f, spawn, SHCMD("firefox") }, { MODKEY|ShiftMask, XK_g, spawn, SHCMD("xedit") }, - { MODKEY|ShiftMask, XK_j, spawn, SHCMD("terminal bc -q $HOME/box/bc.library") }, + { MODKEY|ShiftMask, XK_j, spawn, SHCMD("terminal python") }, { MODKEY, XK_y, spawn, SHCMD("clip") }, { MODKEY, XK_d, spawn, SHCMD("popup-cal12") }, { MODKEY, XK_q, spawn, SHCMD("dmenu-unmount") },