add screenshot M-s on xmonad

This commit is contained in:
mtgmonkey 2025-06-11 06:42:37 -04:00
parent 06dbc718d5
commit ad37645479
3 changed files with 10 additions and 3 deletions

View file

@ -8,4 +8,6 @@ main = xmonad $ def
modMask = mod4Mask -- map to <Super>
}
`additionalKeysP`
[ ("M-q" , spawn "qutebrowser" ) ]
[ ("M-q" , spawn "qutebrowser" )
, ("M-s", spawn "flameshot gui" )
]