mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 16:06:54 +02:00
feat: rpcs3 desktop shortcut and required packages
This commit is contained in:
parent
2e42cbbcbd
commit
0f5bec8fbb
3 changed files with 12 additions and 1 deletions
8
.shortcuts/rpcs3.desktop
Normal file
8
.shortcuts/rpcs3.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=Rpcs3
|
||||
Comment=PS3 Emulator - Play your favorite Playstation 3 games on your PC.
|
||||
GenericName=Emulator
|
||||
Exec=env QT_QPA_PLATFORM=xcb /home/hesam/Games/Rpcs3/rpcs3.AppImage
|
||||
Type=Application
|
||||
Categories=Game;Emulation
|
||||
Keywords=rpcs3,ps3,playstation,emulator
|
|
@ -39,6 +39,8 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
- xdg-desktop-portal-wlr
|
||||
- xdg-desktop-portal-gtk
|
||||
- xdg-utils
|
||||
- wayland
|
||||
- wayland-protocols
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
@ -58,6 +60,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
- mesa-dri
|
||||
- Vulkan : Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk
|
||||
- qt : qt5 qt5-wayland qt6-wayland
|
||||
- xcb : all
|
||||
- [Audio and Video](https://docs.voidlinux.org/config/media/pipewire.html) : pipewire wireplumber
|
||||
- stow
|
||||
- inotify-tools
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# -----------------------------------------------------
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORM,wayland,xcb
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
|
||||
source = ~/.config/hypr/conf/environment.conf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue