From e016de2d214752242ebde664091af86ed9cd881c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Jul 2026 21:40:18 +0200 Subject: Add new script to spawn ssh session --- .config/dwm/config.h | 1 + 1 file changed, 1 insertion(+) (limited to '.config') diff --git a/.config/dwm/config.h b/.config/dwm/config.h index 7a842d6..f618003 100644 --- a/.config/dwm/config.h +++ b/.config/dwm/config.h @@ -139,6 +139,7 @@ focusmaster(const Arg *arg) static Key keys[] = { /* modifier key function argument */ { MODKEY, XK_o, spawn, SHCMD("open-file") }, + { MODKEY, XK_i, spawn, SHCMD("ssh-terminal") }, { MODKEY, XK_p, spawn, {.v = dmenucmd} }, { MODKEY, XK_n, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, -- cgit v1.3