added code shortcut

This commit is contained in:
WanderingPenwing 2024-08-06 12:18:54 +02:00
parent f011d83234
commit 341a59b199
2 changed files with 2 additions and 0 deletions

View file

@ -102,6 +102,7 @@ static const Key keys[] = {
{ MODKEY, XK_Print, spawn, SHCMD("~/nixos/scripts/screenshot.sh") },
{ MODKEY, XK_t, spawn, SHCMD("~/nixos/scripts/task_manager.sh") },
{ MODKEY, XK_n, spawn, SHCMD("~/nixos/scripts/notes.sh") },
{ MODKEY, XK_k, spawn, SHCMD("~/nixos/scripts/code.sh") },
TAGKEYS( XK_ampersand, 0)
TAGKEYS( XK_eacute, 1)
TAGKEYS( XK_quotedbl, 2)

View file

@ -102,6 +102,7 @@ static const Key keys[] = {
{ MODKEY, XK_Print, spawn, SHCMD("~/nixos/scripts/screenshot.sh") },
{ MODKEY, XK_t, spawn, SHCMD("~/nixos/scripts/task_manager.sh") },
{ MODKEY, XK_n, spawn, SHCMD("~/nixos/scripts/notes.sh") },
{ MODKEY, XK_k, spawn, SHCMD("~/nixos/scripts/code.sh") },
TAGKEYS( XK_ampersand, 0)
TAGKEYS( XK_eacute, 1)
TAGKEYS( XK_quotedbl, 2)