fixup! {Configuring, Useful Utilies}: Address some typos

This commit is contained in:
Antonino Scordino 2022-10-22 17:57:57 +02:00
parent bf9437f40b
commit a2d53c56f7
No known key found for this signature in database
GPG Key ID: F20FDE4C896FC2CB
3 changed files with 3 additions and 4 deletions

View File

@ -138,7 +138,7 @@ binde=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
# Start wofi on hold and kill it on release
bindr=SUPER,SUPER_L,exec,pkill wofi || wofi
bindr=SUPER, SUPER_L, exec, pkill wofi || wofi
# See Mouse Binds section for bindm usage
```

View File

@ -19,7 +19,7 @@ set those for you, however it is a good idea to provide them in your wrapper scr
# QT Variables
- `QT_AUTO_SCREEN_SCALE_FACTOR=1` - [(From the QT documentation)](https://doc.qt.io/qt-5/highdpi.html)
enables automatic scaling, based on the monitor's pixel density
enables automatic scaling, based on the monitor's pixel density
- `QT_QPA_PLATFORM="wayland;xcb"` - Tell QT applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
- `QT_WAYLAND_DISABLE_WINDOWDECORATION=1` - Disables window decorations on QT applications
- `QT_QPA_PLATFORMTHEME=qt5ct` - Tells QT based applications to pick your theme from qt5ct, use with Kvantum.

View File

@ -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:
```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.
@ -38,7 +38,6 @@ window. Example:
```ini
windowrulev2 = tile, class:^(Spotify)$
windowrulev2 = workspace 9, class:^(Spotify)$
```
Pick your poison.