From b9a18f7a2f6b29f514169dd73930001661a6ee41 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 16 Aug 2023 19:06:26 +0530 Subject: input: add keybindings for freezshot --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index fa73252..8a16ea9 100644 --- a/config.def.h +++ b/config.def.h @@ -108,6 +108,7 @@ static const char *nnnfm[] = { "foot", "nnn", "-decC", NULL }; static const char *www[] = { "firefox", NULL }; static const char *damb[] = { "damb", NULL }; static const char *dbook[] = { "dbook", NULL }; +static const char *scrshot[] = { "freezshot", NULL }; /* control */ static const char *scrlock[] = { "swaylock", NULL }; @@ -128,6 +129,7 @@ static const Key keys[] = { { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_A, spawn, {.v = damb} }, { MODKEY, XKB_KEY_x, spawn, {.v = scrlock} }, { MODKEY, XKB_KEY_b, spawn, {.v = dbook} }, + { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_S, spawn, {.v = scrshot} }, { 0, XKB_KEY_XF86MonBrightnessDown, spawn, {.v = downbri} }, { 0, XKB_KEY_XF86MonBrightnessUp, spawn, {.v = upbri} }, { 0, XKB_KEY_XF86AudioMute, spawn, {.v = voltogl} }, -- cgit v1.2.3