You are not logged in.

#1 2025-07-09 14:34:10

iGarbage5002802
Member
Registered: 2025-07-09
Posts: 14

[SOLVED] dwm shortcut execution

hello brothers,

deepseek is offline for me

how can i make this work properly?

        { MODKEY,                       XK_+,      spawn,          {.v = flameshot gui } },

this was the answer:

        { MODKEY,                       XK_plus,   spawn,          {.v = (const char*[]){"flameshot", "gui", NULL}} },

Last edited by iGarbage5002802 (2025-07-10 03:48:16)

Offline

#2 2025-07-09 15:13:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: [SOLVED] dwm shortcut execution

Idk, what is it supposed to be to begin with?
https://wiki.archlinux.org/title/Dwm
man xev
Make *some* effort or wait until your brain replacement is back online.

Offline

#3 2025-07-09 15:24:40

iGarbage5002802
Member
Registered: 2025-07-09
Posts: 14

Re: [SOLVED] dwm shortcut execution

seth wrote:

Idk, what is it supposed to be to begin with?
https://wiki.archlinux.org/title/Dwm
man xev
Make *some* effort or wait until your brain replacement is back online.

not even deepseek gets it.


i want to achieve when i press modkey and + to launch flameshot gui to take screenshots of a field it needs to be done via shortcut execution and not terminal

thank you brother Seth

Offline

#4 2025-07-09 15:39:03

iGarbage5002802
Member
Registered: 2025-07-09
Posts: 14

Re: [SOLVED] dwm shortcut execution

{ MODKEY,                       XK_plus,   spawn,          {.v = (const char*[]){"flameshot", "gui", NULL}} },

/solved

Last edited by iGarbage5002802 (2025-07-09 15:40:09)

Offline

#5 2025-07-09 15:41:31

iGarbage5002802
Member
Registered: 2025-07-09
Posts: 14

Re: [SOLVED] dwm shortcut execution

how do i solve this post

Offline

#6 2025-07-09 15:44:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: [SOLVED] dwm shortcut execution

Mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB