From 432e84a1da5362aac5ea657c9814ff46aa26507d Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Wed, 2 Nov 2022 09:21:20 -0400 Subject: [PATCH] Add flameshot keybinding for screenshots --- home/xmonad.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/xmonad.hs b/home/xmonad.hs index 87a5818..f454d22 100644 --- a/home/xmonad.hs +++ b/home/xmonad.hs @@ -38,9 +38,10 @@ myConfig = def ([ -- launch programs ("M-'", spawn "qutebrowser") - , ("M-s", spawn "scrot -s") -- launch a terminal _without_ a new tmux session , ("M-C-", spawn "kitty") + -- screenshot + , ("M-s", spawn "flameshot gui") -- xrandr commands for when (dis)connecting from external monitor -- I have temporarily given up on using autorandr fo rthis , ("M-x", spawn "xrandr --output DP-1 --auto --output eDP-1 --off") -- external