Add files via upload
This commit is contained in:
parent
8a262c9bd6
commit
a9dffdc65e
2 changed files with 20 additions and 0 deletions
5
hyprland.desktop
Normal file
5
hyprland.desktop
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Hyprland
|
||||||
|
Comment=An intelligent dynamic tiling Wayland compositor
|
||||||
|
Exec=/home/notoh/.local/bin/wrappedh1.sh
|
||||||
|
Type=Application
|
15
wrappedh1.sh
Normal file
15
wrappedh1.sh
Normal file
|
@ -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
|
Reference in a new issue