From ee1ed721c3192afeaa58bb8b3fc88addbb6fa653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 30 Aug 2024 01:52:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(README):=20add=20a=20new=20?= =?UTF-8?q?section=20in=20the=20post=20installation=20guide=20for=20how=20?= =?UTF-8?q?to=20change=20the=20default=20applications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/README.md b/.github/README.md index a62f20d4..77c9c895 100644 --- a/.github/README.md +++ b/.github/README.md @@ -390,6 +390,16 @@ For more information about Hyprland monitors and workspaces, [check the docs](ht Now, for the Waybar to appear you also need to change the output definition on [this file](../.config/waybar/config.jsonc). +- **Change Default Applications** + +To change the default applications by filetype, be sure to install [this app](https://github.com/magnus-ISU/selectdefaultapplication). + +```bash +yay -Sy selectdefaultapplication-fork-git +``` + +If you wanna change the default apps used in the Hyprland bindings, change the variables over on [this file](../.config/hypr/configs/default_apps.conf). + - **Git Changes** If you are going to use git, be sure to change the user definition as well as the credentials over on the [gitconfig file](../.config/git/config).