add rink plugin for anyrun to calculate and convert units
This commit is contained in:
parent
6764996241
commit
40e598fd08
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
||||||
"$mod, F, exec, firefox"
|
"$mod, F, exec, firefox"
|
||||||
"$mod, 1, exec, alacritty"
|
"$mod, 1, exec, alacritty"
|
||||||
"$mod, D, exec, vesktop"
|
"$mod, D, exec, vesktop"
|
||||||
|
"$mod, space, exec, anyrun"
|
||||||
|
|
||||||
# Screenshot tool
|
# Screenshot tool
|
||||||
", Print, exec, grimblast copy area"
|
", Print, exec, grimblast copy area"
|
||||||
|
@ -257,6 +258,7 @@
|
||||||
plugins = [
|
plugins = [
|
||||||
# An array of all the plugins you want, which either can be paths to the .so files, or their packages
|
# An array of all the plugins you want, which either can be paths to the .so files, or their packages
|
||||||
inputs.anyrun.packages.${pkgs.system}.applications
|
inputs.anyrun.packages.${pkgs.system}.applications
|
||||||
|
inputs.anyrun.packages.${pkgs.system}.rink
|
||||||
# ./some_plugin.so
|
# ./some_plugin.so
|
||||||
# "${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex"
|
# "${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue