Space -> space to hopefully fix window capture
This commit is contained in:
parent
0978aef6c9
commit
56e18eced0
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
modes = {
|
||||
screenshot = {
|
||||
Print = ''exec ${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp -d)" - | ${pkgs.wl-clipboard}/bin/wl-copy'';
|
||||
Space = ''exec ${pkgs.grim}/bin/grim -g "$(${pkgs.sway}/bin/swaymsg -t get_tree | ${pkgs.jq}/bin/jq -r '.. | select(.focused?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"')" - | ${pkgs.wl-clipboard}/bin/wl-copy'';
|
||||
space = ''exec ${pkgs.grim}/bin/grim -g "$(${pkgs.sway}/bin/swaymsg -t get_tree | ${pkgs.jq}/bin/jq -r '.. | select(.focused?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"')" - | ${pkgs.wl-clipboard}/bin/wl-copy'';
|
||||
f = ''exec ${pkgs.grim}/bin/grim - | ${pkgs.wl-clipboard}/bin/wl-copy'';
|
||||
Escape = ''mode "default"'';
|
||||
Return = ''mode "default"'';
|
||||
|
|
Loading…
Reference in a new issue