mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-16 18:12:08 +01:00
fixup! {Configuring, Useful Utilies}: Address some typos
This commit is contained in:
parent
bf9437f40b
commit
a2d53c56f7
3 changed files with 3 additions and 4 deletions
|
@ -27,7 +27,7 @@ Spotify version, and until the pull request gets merged, [`amurzeau's fork`](htt
|
||||||
After following the installation paragraph on the README, start Spotify with:
|
After following the installation paragraph on the README, start Spotify with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
LD_PRELOADER=/path/to/spotifywm.so spotify
|
LD_PRELOAD=/path/to/spotifywm.so spotify
|
||||||
```
|
```
|
||||||
|
|
||||||
The path **MUST** be the absolute one. If it's not, the hack will not work.
|
The path **MUST** be the absolute one. If it's not, the hack will not work.
|
||||||
|
@ -38,7 +38,6 @@ window. Example:
|
||||||
```ini
|
```ini
|
||||||
windowrulev2 = tile, class:^(Spotify)$
|
windowrulev2 = tile, class:^(Spotify)$
|
||||||
windowrulev2 = workspace 9, class:^(Spotify)$
|
windowrulev2 = workspace 9, class:^(Spotify)$
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Pick your poison.
|
Pick your poison.
|
||||||
|
|
Loading…
Add table
Reference in a new issue