diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-03 17:17:14 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-03 17:17:14 +0800 |
| commit | 39ca5ff64c88d21ec4423ffa1f591f398814d698 (patch) | |
| tree | e0d5a16e83774e10e8fa8f81cddf3151516ab767 /X11/rofi/rofi-pass | |
| parent | 596f8bf16ef20d04fb669f9db0cb5a69a3a4148e (diff) | |
Change paths
Diffstat (limited to 'X11/rofi/rofi-pass')
| -rwxr-xr-x | X11/rofi/rofi-pass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/X11/rofi/rofi-pass b/X11/rofi/rofi-pass new file mode 100755 index 0000000..1730b93 --- /dev/null +++ b/X11/rofi/rofi-pass | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #! /bin/bash | ||
| 2 | |||
| 3 | cd $(dirname $0) | ||
| 4 | |||
| 5 | rofi -show get\ | ||
| 6 | -modes get:./pass.get,edit:./pass.edit,rm:./pass.rm \ | ||
| 7 | -font 'Hack 22' | ||