config

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

commit 93569ffa8267f4d8845824d4b66623c466634fa1
parent c01fd59d624d549c8f40ddc85e19b057828326b5
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat,  9 May 2026 08:17:49 +0200

Fix xedit

Diffstat:
M.config/dwm/config.h | 1+
M.profile | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.config/dwm/config.h b/.config/dwm/config.h @@ -176,6 +176,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_Return, spawn, SHCMD("terminal") }, { 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, XK_y, spawn, SHCMD("clip") }, { MODKEY, XK_d, spawn, SHCMD("popup-cal12") }, diff --git a/.profile b/.profile @@ -11,7 +11,7 @@ export HISTSIZE=10000 # Standard stuff and variables for my scripts export EDITOR=vi export VISUAL=vi -export XEDIT=xedit +#export XEDIT=some-gui-editor # Do not set to "xedit", recursion export NOTIFY=notify export OPENER=open-file export BROWSER=firefox