From 04163e828ae6effa2cd59b76232749212f2f9770 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Sun, 17 May 2026 00:15:05 +0200 Subject: [PATCH] updated launcher. --- mango/autostart.conf | 2 ++ mango/binds.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mango/autostart.conf b/mango/autostart.conf index 8c0aa8a..de967b2 100644 --- a/mango/autostart.conf +++ b/mango/autostart.conf @@ -2,6 +2,8 @@ ## update tealdeer/tldr exec-once=tldr --update +## start dsearch file indexer +exec-once=dsearch serve --workers 1 --root ~ ##start a polkit agent exec-once=systemctl --user start hyprpolkitagent diff --git a/mango/binds.conf b/mango/binds.conf index ae71968..a031918 100644 --- a/mango/binds.conf +++ b/mango/binds.conf @@ -13,7 +13,7 @@ bind=SUPER,P,spawn_shell,mmsg -d toggleglobal && mmsg -d togglefloating # pin wi bind=SUPER,O,toggleoverview # "OS" functions bind=SUPER,L,spawn_shell,dms ipc call lock lock # locks screen -bind=SUPER,SPACE,spawn_shell,dms ipc call spotlight toggleQuery # open runner menu +bind=SUPER,SPACE,spawn_shell,dms ipc call spotlight toggle # open runner menu bind=SUPER,V,spawn_shell,dms ipc call clipboard toggle # open clipboard bind=SUPER,I,spawn_shell,dms ipc call inhibit toggle # toggle sleep inhibit bind=SUPER+SHIFT,T,spawn_shell,dms ipc call theme toggle # toggle dark/light mode