Add flameshot keybinding for screenshots
This commit is contained in:
parent
bc9084f16f
commit
432e84a1da
@ -38,9 +38,10 @@ myConfig = def
|
|||||||
([
|
([
|
||||||
-- launch programs
|
-- launch programs
|
||||||
("M-'", spawn "qutebrowser")
|
("M-'", spawn "qutebrowser")
|
||||||
, ("M-s", spawn "scrot -s")
|
|
||||||
-- launch a terminal _without_ a new tmux session
|
-- launch a terminal _without_ a new tmux session
|
||||||
, ("M-C-<Return>", spawn "kitty")
|
, ("M-C-<Return>", spawn "kitty")
|
||||||
|
-- screenshot
|
||||||
|
, ("M-s", spawn "flameshot gui")
|
||||||
-- xrandr commands for when (dis)connecting from external monitor
|
-- xrandr commands for when (dis)connecting from external monitor
|
||||||
-- I have temporarily given up on using autorandr fo rthis
|
-- I have temporarily given up on using autorandr fo rthis
|
||||||
, ("M-x", spawn "xrandr --output DP-1 --auto --output eDP-1 --off") -- external
|
, ("M-x", spawn "xrandr --output DP-1 --auto --output eDP-1 --off") -- external
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user