Wrapper Hyprland -> winitrc

This commit is contained in:
Hippolyte Chauvin 2023-04-16 23:11:57 +02:00
parent 64cfbae5ad
commit 74e544dc1a
2 changed files with 3 additions and 19 deletions

View file

@ -1,17 +0,0 @@
#!/bin/sh -xe
# cd to home
cd
# Add the Wayland version of Wine to the path
export PATH="/opt/wine-wl/usr/bin:$PATH"
# Set librewolf as default browser
export BROWSER=librewolf
# Execution
exec \
dbus-launch --exit-with-session \
ssh-agent \
/usr/bin/Hyprland "$@"

View file

@ -10,7 +10,8 @@ export PATH="/opt/wine-wl/usr/bin:$PATH"
export BROWSER=librewolf
# Execution
exec \
dbus-launch --exit-with-session \
ssh-agent \
/usr/bin/Hyprland
/usr/bin/Hyprland "$@"