diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-05-01 21:45:52 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-05-01 21:45:52 -0500 |
commit | dc1261d703ae1e1a14841b030888e3f87ff7c38f (patch) | |
tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2023-01-21-flatpak-symlinks.md | |
parent | ba6b552c8256cc2e071c910ef7821c82443f1f82 (diff) | |
download | cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2 cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.zip |
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2023-01-21-flatpak-symlinks.md')
-rw-r--r-- | content/blog/2023-01-21-flatpak-symlinks.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/content/blog/2023-01-21-flatpak-symlinks.md b/content/blog/2023-01-21-flatpak-symlinks.md index 382762f..634867a 100644 --- a/content/blog/2023-01-21-flatpak-symlinks.md +++ b/content/blog/2023-01-21-flatpak-symlinks.md @@ -14,8 +14,8 @@ and manually running the Flatpak app with the lengthy `flatpak run ...` command. In the past, I manually created aliases in my `.zshrc` file for certain apps. For example, an alias would look like the example below. -This would allow me to run the command fast within the terminal, but it -wouldn't allow me to run it in an application launcher. +This would allow me to run the command fast within the terminal, but it wouldn't +allow me to run it in an application launcher. ```sh # ~/.zshrc @@ -27,8 +27,7 @@ tiling WMs I use and their application launchers - `dmenu` and `bemenu`. # Creating Symlinks for Flatpak Apps -Let's use the example of Librewolf below. I can install the application like -so: +Let's use the example of Librewolf below. I can install the application like so: ```sh flatpak install flathub io.gitlab.librewolf-community |