summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-07-04 21:40:18 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-07-04 21:40:18 +0200
commite016de2d214752242ebde664091af86ed9cd881c (patch)
tree120c577224db02d1cfab720d8073eb32b9f4c565 /.config
parentbbb1de5abb5ba94dd0d29d7175f86e6f6d6d188f (diff)
downloadconfig-e016de2d214752242ebde664091af86ed9cd881c.tar.gz
config-e016de2d214752242ebde664091af86ed9cd881c.zip
Add new script to spawn ssh session
Diffstat (limited to '.config')
-rw-r--r--.config/dwm/config.h1
1 files changed, 1 insertions, 0 deletions
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)
139static Key keys[] = { 139static Key keys[] = {
140 /* modifier key function argument */ 140 /* modifier key function argument */
141 { MODKEY, XK_o, spawn, SHCMD("open-file") }, 141 { MODKEY, XK_o, spawn, SHCMD("open-file") },
142 { MODKEY, XK_i, spawn, SHCMD("ssh-terminal") },
142 { MODKEY, XK_p, spawn, {.v = dmenucmd} }, 143 { MODKEY, XK_p, spawn, {.v = dmenucmd} },
143 { MODKEY, XK_n, togglebar, {0} }, 144 { MODKEY, XK_n, togglebar, {0} },
144 { MODKEY, XK_j, focusstack, {.i = +1 } }, 145 { MODKEY, XK_j, focusstack, {.i = +1 } },

Generated with cgit - Back to sebastiano.tronto.net