[MAJOR] Started hyprland config
This commit is contained in:
parent
1234a4d11f
commit
ef3a1baada
2 changed files with 195 additions and 0 deletions
14
.local/bin/wrappedhl
Executable file
14
.local/bin/wrappedhl
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue