updated launcher.

This commit is contained in:
2026-05-17 00:15:05 +02:00
parent b686196e80
commit 04163e828a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
## update tealdeer/tldr ## update tealdeer/tldr
exec-once=tldr --update exec-once=tldr --update
## start dsearch file indexer
exec-once=dsearch serve --workers 1 --root ~
##start a polkit agent ##start a polkit agent
exec-once=systemctl --user start hyprpolkitagent exec-once=systemctl --user start hyprpolkitagent
+1 -1
View File
@@ -13,7 +13,7 @@ bind=SUPER,P,spawn_shell,mmsg -d toggleglobal && mmsg -d togglefloating # pin wi
bind=SUPER,O,toggleoverview bind=SUPER,O,toggleoverview
# "OS" functions # "OS" functions
bind=SUPER,L,spawn_shell,dms ipc call lock lock # locks screen 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,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,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 bind=SUPER+SHIFT,T,spawn_shell,dms ipc call theme toggle # toggle dark/light mode