feat(runner/plugin-kill): add plugin to quickly kill hyprland clients

This commit is contained in:
retrozinndev
2025-09-14 10:25:56 -03:00
parent a28ac3cd3e
commit 206880cb51
3 changed files with 24 additions and 2 deletions
+3 -1
View File
@@ -9,7 +9,8 @@ import {
PluginMedia,
PluginShell,
PluginWallpapers,
PluginWebSearch
PluginWebSearch,
PluginKill
} from "./runner/plugins";
import { Wireplumber } from "./modules/volume";
import { handleArguments } from "./modules/arg-handler";
@@ -40,6 +41,7 @@ const runnerPlugins: Array<Runner.Plugin> = [
PluginApps,
PluginShell,
PluginWebSearch,
PluginKill,
PluginMedia,
PluginWallpapers,
PluginClipboard