hyprland: define grim in extraConfig
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
332380b875
commit
2df4f84bd2
1 changed files with 3 additions and 1 deletions
|
@ -114,8 +114,10 @@ _: {
|
||||||
"$mod SHIFT, 8, movetoworkspace, 8"
|
"$mod SHIFT, 8, movetoworkspace, 8"
|
||||||
"$mod SHIFT, 9, movetoworkspace, 9"
|
"$mod SHIFT, 9, movetoworkspace, 9"
|
||||||
"$mod SHIFT, 10, movetoworkspace, 10"
|
"$mod SHIFT, 10, movetoworkspace, 10"
|
||||||
", Print, exec, grim -g $(slurp) - | swappy -f -"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
extraConfig = ''
|
||||||
|
bind =, Print, exec, grim -g "$(slurp)" - | swappy -f -
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue