This commit is contained in:
2024-03-03 06:33:49 +01:00
parent 1fbed0bf8a
commit 70cec6f3c6
6 changed files with 58 additions and 2 deletions

View File

@@ -3,4 +3,8 @@
source = ./hl-no-opacity.sh;
executable = true;
};
home.file.".local/bin/rofi-launcher" = {
source = ./rofi-launcher.sh;
executable = true;
};
}

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
rofi \
-show drun \
-modi run,drun,ssh \
-scroll-method 0 \
-drun-match-fields all \
-drun-display-format "{name}" \
-terminal kitty