From dac1a7e7216a0f8a925ae98f4ae68923b477c64e Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Fri, 23 Sep 2022 16:11:24 +0200 Subject: [PATCH] Dmenu_run like script for wlines. --- system/wlines_run.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/wlines_run.ps1 diff --git a/system/wlines_run.ps1 b/system/wlines_run.ps1 new file mode 100644 index 0000000..7513672 --- /dev/null +++ b/system/wlines_run.ps1 @@ -0,0 +1,3 @@ +$app = (Get-Command -Type Application).name | ~/Bin/custom/wlines.exe + +Invoke-Expression $app