Update Breezy Wayland script comments and README
This commit is contained in:
parent
044ee4784a
commit
7cb50caade
|
|
@ -38,8 +38,8 @@ To setup Breezy on KDE, with your glasses unplugged:
|
||||||
2. Download the [Breezy KWin setup script](https://github.com/wheaney/breezy-desktop/releases/latest/download/breezy_kwin_setup)
|
2. Download the [Breezy KWin setup script](https://github.com/wheaney/breezy-desktop/releases/latest/download/breezy_kwin_setup)
|
||||||
3. Set the execute flag: `chmod +x ~/Downloads/breezy_kwin_setup`
|
3. Set the execute flag: `chmod +x ~/Downloads/breezy_kwin_setup`
|
||||||
4. Run the setup script: `~/Downloads/breezy_kwin_setup`
|
4. Run the setup script: `~/Downloads/breezy_kwin_setup`
|
||||||
5. If you're on SteamOS and want to use virtual displays, run this: `steamos-session-select plasma-wayland-persistent`
|
5. If you're on SteamOS and want to use virtual displays, use the `Enable Breezy Wayland` desktop script
|
||||||
* **IMPORTANT** - this will prevent you from accessing Game Mode again, until you undo it by running just `steamos-session-select`
|
* **IMPORTANT** - this will prevent you from accessing Game Mode again, until you undo it by running the `Disable Breezy Wayland` desktop script
|
||||||
6. Log out and back in.
|
6. Log out and back in.
|
||||||
|
|
||||||
After setup, you'll have an application called `Breezy Desktop` installed. Launch that and follow any instructions. You can also configure keyboard shortcuts for the most common toggle actions. The Breezy Desktop app doesn't have to be running to use the virtual desktop or the keyboard shortcuts once you've configured everything to your liking.
|
After setup, you'll have an application called `Breezy Desktop` installed. Launch that and follow any instructions. You can also configure keyboard shortcuts for the most common toggle actions. The Breezy Desktop app doesn't have to be running to use the virtual desktop or the keyboard shortcuts once you've configured everything to your liking.
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ EOF
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Enable Breezy Wayland
|
Name=Enable Breezy Wayland
|
||||||
Comment=Switch to the persistent Breezy Desktop Wayland session
|
Comment=Enable Wayland for Breezy Desktop virtual displays
|
||||||
Exec=$enable_script
|
Exec=$enable_script
|
||||||
Icon=com.xronlinux.BreezyDesktop
|
Icon=com.xronlinux.BreezyDesktop
|
||||||
Categories=Utility;
|
Categories=Utility;
|
||||||
|
|
@ -89,7 +89,7 @@ EOF
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Disable Breezy Wayland
|
Name=Disable Breezy Wayland
|
||||||
Comment=Return to SteamOS Game Mode session selection
|
Comment=Disable Wayland, allow return to Game Mode
|
||||||
Exec=$disable_script
|
Exec=$disable_script
|
||||||
Icon=com.xronlinux.BreezyDesktop
|
Icon=com.xronlinux.BreezyDesktop
|
||||||
Categories=Utility;
|
Categories=Utility;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue