Files
aglab.dotfiles/bin/fuzzel-win+r.ps1
SilverAg.L bce68d73ef update.
- supress fuzzel runtime warning
- make use of `gtklock` (still some issues on `swayidle`)
- automatic init kwallet
- misc keyboard bindings (and re-implements)
- sorry for definition messup (
2025-10-13 08:16:59 +08:00

9 lines
251 B
PowerShell
Executable File

#!/usr/bin/pwsh
$option=(fuzzel --dmenu --prompt-only="Command to execute: ")
$option -and (
# garbage `start-process`.
systemd-run --user --scope --slice=AgExecBar.slice --unit="$(($option -split " ")[0])-$PID".scope /bin/sh -c "$option"
)