add screenshot M-s on xmonad
This commit is contained in:
@@ -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" )
|
||||
]
|
||||
|
Reference in New Issue
Block a user