48a1b95c13
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
9 lines
110 B
Bash
9 lines
110 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd ~ || exit
|
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
export XCURSOR_SIZE=24
|
|
|
|
exec Hyprland
|