hyprland: define grim in extraConfig
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-07-21 09:41:47 -04:00
parent 332380b875
commit 2df4f84bd2
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -114,8 +114,10 @@ _: {
"$mod SHIFT, 8, movetoworkspace, 8"
"$mod SHIFT, 9, movetoworkspace, 9"
"$mod SHIFT, 10, movetoworkspace, 10"
", Print, exec, grim -g $(slurp) - | swappy -f -"
];
};
extraConfig = ''
bind =, Print, exec, grim -g "$(slurp)" - | swappy -f -
'';
};
}