tv xmonad: paste primary with Shift+F12

This commit is contained in:
tv 2023-01-27 18:54:27 +01:00
parent 0800933180
commit f58675052f
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,8 @@ myKeys font conf = Map.fromList $
, ((0, xF86XK_AudioMicMute), audioMicMute)
, ((_4, xF86XK_AudioMute), pavucontrol [])
, ((_S, xK_F12), forkFile {-pkg-}"xdotool" ["click", "2"] Nothing)
, ((_4, xK_Prior), forkFile {-pkg-}"xcalib" ["-invert", "-alter"] Nothing)
, ((0, xK_Print), forkFile {-pkg-}"flameshot" [] Nothing)