diff options
| author | mamizaxyz <93483505+mamizaxyz@users.noreply.github.com> | 2022-04-02 17:39:56 +0430 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-02 13:09:56 +0000 |
| commit | 081809780646e2957972de2d099ed70a044ddfa3 (patch) | |
| tree | 5106e1354b76f5e11609e6c86b79ba321365b5dc /.local | |
| parent | cd473390f68050d0bec8e4235e853eee0dc960c5 (diff) | |
| download | eibhear-081809780646e2957972de2d099ed70a044ddfa3.tar.gz eibhear-081809780646e2957972de2d099ed70a044ddfa3.tar.zst eibhear-081809780646e2957972de2d099ed70a044ddfa3.zip | |
file.desktop: use `lfub` instead of plain `lf` (#1099)
Diffstat (limited to '.local')
| -rw-r--r-- | .local/share/applications/file.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop index 369bdc0..5df1633 100644 --- a/.local/share/applications/file.desktop +++ b/.local/share/applications/file.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=File Manager -Exec=/usr/local/bin/st -e lf %u +Exec=/usr/local/bin/st -e lfub %u |
