diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-08 21:07:31 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-08 21:07:31 -0400 |
commit | 3a4ed65e66a20b9e15e93f4f73cf8496b493c633 (patch) | |
tree | 7727e660ad50c5771abe5ea44e69d60bfd4e681c /.local/share/applications/text.desktop | |
parent | 22f84522b2c0a50a38de3323fcf7edf9fa702723 (diff) |
Massive step towards wayland migration
Diffstat (limited to '.local/share/applications/text.desktop')
-rw-r--r-- | .local/share/applications/text.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop index 41ee05f..948407b 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/local/bin/st -e nvim %u +Exec=/usr/bin/foot -e nvim %u |