diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 724174b..c73b1ad 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -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 ``` diff --git a/pages/Configuring/Environment-variables.md b/pages/Configuring/Environment-variables.md index 16ff8e1..878f431 100644 --- a/pages/Configuring/Environment-variables.md +++ b/pages/Configuring/Environment-variables.md @@ -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. diff --git a/pages/Useful Utilities/App-Clients.md b/pages/Useful Utilities/App-Clients.md index e940e6c..ae3d0ff 100644 --- a/pages/Useful Utilities/App-Clients.md +++ b/pages/Useful Utilities/App-Clients.md @@ -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.