9 lines
287 B
Text
Executable file
9 lines
287 B
Text
Executable file
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2022-present - The JELOS Project (https://github.com/JustEnoughLinuxOS)
|
|
|
|
. /etc/profile
|
|
|
|
#Set gzdoom resolution
|
|
sed -i '/vid_defheight=/c\vid_defheight=544;
|
|
/vid_defwidth=/c\vid_defwidth=960' /storage/.config/gzdoom/gzdoom.ini
|