9 lines
103 B
Bash
Executable File
9 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ~
|
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
export XCURSOR_SIZE=24
|
|
|
|
exec Hyprland >/dev/null
|