more Hyprland.sendMessage

This commit is contained in:
end-4
2024-01-04 20:12:27 +07:00
parent cd498366c6
commit dfbfe006c5
4 changed files with 15 additions and 16 deletions
@@ -167,6 +167,6 @@ export const SearchButton = ({ text = '' }) => searchItem({
content: `${text}`,
onActivate: () => {
App.closeWindow('overview');
execAsync(['bash', '-c', `xdg-open 'https://www.google.com/search?q=${text} -site:quora.com' &`]).catch(print); // fuck quora
execAsync(['bash', '-c', `xdg-open 'https://www.google.com/search?q=${text} -site:quora.com' &`]).catch(print); // quora is useless
},
});