9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd ~ || exit
|
||
|
|
||
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||
|
export XCURSOR_SIZE=24
|
||
|
|
||
|
exec Hyprland
|