mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
hyprcursor: Fix Flatpak override command (#599)
This commit is contained in:
parent
22c0d47c36
commit
a483effa36
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Apps that do not support server-side cursors and hyprcursor will still fall back
|
||||||
For those apps, you need to export `XCURSOR_THEME` and `XCURSOR_SIZE` to a valid XCursor theme,
|
For those apps, you need to export `XCURSOR_THEME` and `XCURSOR_SIZE` to a valid XCursor theme,
|
||||||
and run `gsettings set org.gnome.desktop.interface cursor-theme 'THEME_NAME'` for gtk.
|
and run `gsettings set org.gnome.desktop.interface cursor-theme 'THEME_NAME'` for gtk.
|
||||||
|
|
||||||
If the app is a flatpak, run `flatpak override --env=~/.themes:ro --env=~/.icons:ro --user` and put
|
If the app is a 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
|
your themes in both `/usr/share/themes` and `~/.themes`, and put your
|
||||||
icons and XCursors in both `/usr/share/icons` and `~/.icons`.
|
icons and XCursors in both `/usr/share/icons` and `~/.icons`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue