From bcbad15c3b8898aab1ee0d31b8233ed7a8775971 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 12 Apr 2024 08:00:03 +0200 Subject: [PATCH] FAQ: Fix flatpak override command (#591) --- pages/FAQ/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 77fb3b5..0d93ce3 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -130,7 +130,7 @@ See [hyprcursor](../Hypr-Ecosystem/hyprcursor) 1. Set the GTK cursor using [nwg-look](https://github.com/nwg-piotr/nwg-look). 2. Add `exec-once=hyprctl setcursor [THEME] [SIZE]` to your config and restart Hyprland. -If using flatpak, run `flatpak override --env=~/.themes:ro --env=~/.icons:ro --user` and put your themes in both `/usr/share/themes` and `~/.themes`, and put your icons and cursors in both `/usr/share/icons` and `~/.icons`. +If using flatpak, run `flatpak override --filesystem=~/.themes:ro --filesystem=~/.icons:ro --user` and put your themes in both `/usr/share/themes` and `~/.themes`, and put your icons and cursors in both `/usr/share/icons` and `~/.icons`. For Qt applications, Hyprland exports XCURSOR_SIZE as 24, which is the default. You can overwrite this by exporting XCURSOR_SIZE to a different value with `env`.