[MAJOR] Started hyprland config

This commit is contained in:
Afonso Franco 2023-02-02 04:44:07 +00:00
parent 1234a4d11f
commit ef3a1baada
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
2 changed files with 195 additions and 0 deletions

14
.local/bin/wrappedhl Executable file
View file

@ -0,0 +1,14 @@
#!/bin/sh
cd ~
export _JAVA_AWT_WM_NONREPARENTING=1
export XCURSOR_SIZE=24
export LIBVA_DRIVER_NAME=nvidia
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
export GBM_BACKEND=nvidia-drm
export __GLX_VENDOR_LIBRARY_NAME=nvidia
export WLR_NO_HARDWARE_CURSORS=1
exec Hyprland