diff options
author | tv <tv@krebsco.de> | 2023-02-05 02:28:29 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-02-05 02:39:44 +0100 |
commit | eb94ae0fa73ca71def294bd9689790ead363559a (patch) | |
tree | 61c094b0391e5d60c326bf7865fff6c96c2daba8 /tv/5pkgs/haskell/xmonad-tv/src | |
parent | afe16677affb35291fc64def0ccb0656a5c47647 (diff) |
tv flameshot-once-tv: init
Diffstat (limited to 'tv/5pkgs/haskell/xmonad-tv/src')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/main.hs b/tv/5pkgs/haskell/xmonad-tv/src/main.hs index 118f2da46..b3b411b01 100644 --- a/tv/5pkgs/haskell/xmonad-tv/src/main.hs +++ b/tv/5pkgs/haskell/xmonad-tv/src/main.hs @@ -206,7 +206,7 @@ myKeys font conf = Map.fromList $ , ((_4, xK_Prior), forkFile {-pkg-}"xcalib" ["-invert", "-alter"] Nothing) - , ((0, xK_Print), forkFile {-pkg-}"flameshot" [] Nothing) + , ((0, xK_Print), forkFile {-pkg:flameshot-once-tv-}"flameshot-once" [] Nothing) , ((_C, xF86XK_Forward), forkFile {-pkg:xdpytools-}"xdpychvt" ["next"] Nothing) , ((_C, xF86XK_Back), forkFile {-pkg:xdpytools-}"xdpychvt" ["prev"] Nothing) |