From 74e544dc1a27cdedff1c22aef34cf0437346bf01 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sun, 16 Apr 2023 23:11:57 +0200 Subject: [PATCH] Wrapper Hyprland -> winitrc --- bin/Hyprland | 17 ----------------- home/winitrc-hyprland | 5 +++-- 2 files changed, 3 insertions(+), 19 deletions(-) delete mode 100755 bin/Hyprland diff --git a/bin/Hyprland b/bin/Hyprland deleted file mode 100755 index 5642ae0..0000000 --- a/bin/Hyprland +++ /dev/null @@ -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 "$@" - diff --git a/home/winitrc-hyprland b/home/winitrc-hyprland index 365d840..5642ae0 100755 --- a/home/winitrc-hyprland +++ b/home/winitrc-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 "$@"