From 1502165618df2cc8385164098fe7fb106d23af46 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Thu, 13 Apr 2023 00:17:43 +0200 Subject: [PATCH] Ajout du winitrc de Hyprland --- winitrc-1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 winitrc-1 diff --git a/winitrc-1 b/winitrc-1 new file mode 100755 index 0000000..365d840 --- /dev/null +++ b/winitrc-1 @@ -0,0 +1,16 @@ +#!/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 +dbus-launch --exit-with-session \ + ssh-agent \ + /usr/bin/Hyprland +