sway: add wl-crosshair
This commit is contained in:
parent
5aa0614a59
commit
10380a53b5
5 changed files with 74 additions and 1 deletions
|
@ -116,6 +116,7 @@ in
|
|||
wf-recorder
|
||||
wl-clipboard
|
||||
wtype
|
||||
wl-crosshair
|
||||
|
||||
grim
|
||||
swappy
|
||||
|
|
|
@ -150,6 +150,7 @@ let
|
|||
"${mod}+Shift+s" = "exec grim - | swappy -f -";
|
||||
"${mod}+Ctrl+v" = "exec wl-paste | tesseract -l por - - | wl-copy";
|
||||
"${mod}+k" = "exec showkeys";
|
||||
"${mod}+Alt+x" = "exec pkill wl-crosshair || exec wl-crosshair";
|
||||
"${mod}+x" = "kill";
|
||||
"${mod}+m" = "mode audio";
|
||||
"${mod}+escape" =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue