diff --git a/hyprland.desktop b/hyprland.desktop deleted file mode 100644 index 2cbd617..0000000 --- a/hyprland.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[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 deleted file mode 100644 index 3a231e5..0000000 --- a/wrappedh1.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/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