9 lines
92 B
Plaintext
9 lines
92 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd ~
|
||
|
|
||
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||
|
export XCURSOR_SIZE=24
|
||
|
|
||
|
exec Hyprland
|