From a9dffdc65e0547bfd0994ddd2465fabc656cbafb Mon Sep 17 00:00:00 2001 From: notohh <31116143+notohh@users.noreply.github.com> Date: Mon, 5 Dec 2022 00:38:19 -0500 Subject: [PATCH] Add files via upload --- hyprland.desktop | 5 +++++ wrappedh1.sh | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 hyprland.desktop create mode 100644 wrappedh1.sh diff --git a/hyprland.desktop b/hyprland.desktop new file mode 100644 index 0000000..2cbd617 --- /dev/null +++ b/hyprland.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Hyprland +Comment=An intelligent dynamic tiling Wayland compositor +Exec=/home/notoh/.local/bin/wrappedh1.sh +Type=Application diff --git a/wrappedh1.sh b/wrappedh1.sh new file mode 100644 index 0000000..3a231e5 --- /dev/null +++ b/wrappedh1.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +cd ~ + +export _JAVA_AWT_WM_NONREPARENTING=1 +export XCURSOR_SIZE=24 +export LIBVA_DRIVER_NAME=nvidia +export XDG_SESSION_TYPE=wayland +export GBM_BACKEND=nvidia-drm +export __GLX_VENDOR_LIBRARY_NAME=nvidia +export WLR_NO_HARDWARE_CURSORS=1 +export GTK_THEME=Catppuccin-Mocha-Pink +export XCURSOR_THEME=Catppuccin Pink + +exec Hyprland