Wrapper Hyprland -> winitrc
This commit is contained in:
parent
64cfbae5ad
commit
74e544dc1a
2 changed files with 3 additions and 19 deletions
17
bin/Hyprland
17
bin/Hyprland
|
@ -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 "$@"
|
||||
|
|
@ -10,7 +10,8 @@ export PATH="/opt/wine-wl/usr/bin:$PATH"
|
|||
export BROWSER=librewolf
|
||||
|
||||
# Execution
|
||||
dbus-launch --exit-with-session \
|
||||
exec \
|
||||
dbus-launch --exit-with-session \
|
||||
ssh-agent \
|
||||
/usr/bin/Hyprland
|
||||
/usr/bin/Hyprland "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue