added janet step, updated x11 startup

This commit is contained in:
Luxferre
2026-06-03 08:54:09 +03:00
parent 0a5030fa1c
commit e509fefdb1
3 changed files with 5 additions and 7 deletions
+1 -6
View File
@@ -4,7 +4,6 @@
# and X11 graphics support via Termux-X11 server
# Set NOX=y to disable graphics package installation
# and NOEXTRAS=y to disable extra CLI package installation
# (or BAREBONES=y to disable both at once)
# Created by Luxferre in 2026, released into the public domain
# Non-GUI packages
@@ -13,14 +12,10 @@ EXTRA_PKGS='libcurl-devel dtach fzf tcl tcllib tcltls janet jpm expect zip p7zip
# GUI packages
X11_PKGS='xcursor-themes xcursor-vanilla-dmz-aa setxkbmap xkb-switch xdg-utils xdg-user-dirs xrdb xsel xdotool xrandr xmodmap harfbuzz-devel imlib2-devel gd-devel openssl-devel freetype-devel libxkbcommon-devel xcb-util-keysyms-devel libXft-devel'
X_APPS='dbus mesa mesa-dri mesa-demos mesa-vaapi glxinfo i3 i3lock i3status i3cat i3wsr rofi autotiling scrot dunst feh volumeicon'
X_APPS='dbus mesa mesa-dri mesa-demos mesa-vaapi glxinfo glxgears glmark2 i3 i3lock i3status i3cat i3wsr rofi autotiling scrot dunst feh volumeicon'
FONT_PKGS='noto-fonts-ttf noto-fonts-ttf-extra noto-fonts-cjk noto-fonts-emoji noto-fonts-ttf-variable liberation-fonts-ttf font-firacode fonts-roboto-ttf'
GUI_PKGS="$X11_PKGS $FONT_PKGS $X_APPS"
if [ "$BAREBONES" = "y" ]; then
NOX=y
NOEXTRAS=y
fi
[ -z "$NOX" ] && NOX=n
[ -z "$NOEXTRAS" ] && NOEXTRAS=n