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
|