aboutsummaryrefslogtreecommitdiff
path: root/quickshell/AppLauncher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'quickshell/AppLauncher.qml')
-rw-r--r--quickshell/AppLauncher.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/quickshell/AppLauncher.qml b/quickshell/AppLauncher.qml
index a4f1ffd..f903f1f 100644
--- a/quickshell/AppLauncher.qml
+++ b/quickshell/AppLauncher.qml
@@ -67,15 +67,6 @@ Rectangle {
const parts = line.split('|');
if (parts.length < 4) continue;
- if (parts[0].toLowerCase().includes("zen")) {
- apps.push({
- appName: "Zen browser",
- appDescription: "it's zen",
- appIcon: "nigga",
- appCommand: "zen"
- });
- }
-
apps.push({
appName: parts[0],
appDescription: parts[1],