diff options
| author | awy <awy@awy.one> | 2025-08-02 22:48:27 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-08-02 22:48:27 +0300 |
| commit | 6c7ef293553d17d8034fed0fd6563346b3f188e7 (patch) | |
| tree | bb3cc597732fbe4f5dd25a971996a54ecbe915db | |
| parent | 3749ada4cfa1b532f8c9dcfd431ff869511b0402 (diff) | |
| download | hyprdots-6c7ef293553d17d8034fed0fd6563346b3f188e7.tar.gz | |
kitty
| -rw-r--r-- | .local/share/applications/file.desktop | 2 | ||||
| -rw-r--r-- | .local/share/applications/mail.desktop | 2 | ||||
| -rw-r--r-- | .local/share/applications/text.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop index dcdf465..b65a2d7 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/bin/footclient -e yazi %u +Exec=/usr/bin/kitty -e yazi %u diff --git a/.local/share/applications/mail.desktop b/.local/share/applications/mail.desktop index e7e16ae..bc6702e 100644 --- a/.local/share/applications/mail.desktop +++ b/.local/share/applications/mail.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Mail -Exec=/usr/bin/footclient -e neomutt %u +Exec=/usr/bin/kitty -e neomutt %u diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop index ac53b06..58c9986 100644 --- a/.local/share/applications/text.desktop +++ b/.local/share/applications/text.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Text editor -Exec=/usr/bin/footclient -e nvim %u +Exec=/usr/bin/kitty -e nvim %u |