vnQO}2s{IUot0ABHIqV{v=W;PQJI@T{{QDik
z#?G@~HxVu&pFKn=U@y<3kRqPX3n*qE`?-`7F5>_Pcb+LZXpML2mvM;8Dd#X(aD*5Y
zypSuYrIyuRW
zba9H)yo_#M&MUZy9$v|-cs0GehSze2K3>Poyq^dj
zWLIS0uEx{t(duLSLY-CDb~T)+Yicfw<>lAq?~3l*-?;lkICA>(()QewImh<2oi4kg
W?yB&CJ(2A^dFPt{gtGSkB>E>TvssS-
literal 0
HcmV?d00001
diff --git a/archiso/airootfs/etc/redhat-release b/archiso/airootfs/etc/redhat-release
new file mode 100644
index 0000000..f287f07
--- /dev/null
+++ b/archiso/airootfs/etc/redhat-release
@@ -0,0 +1 @@
+Arch Linux release 25.12
diff --git a/archiso/airootfs/etc/resolv.conf b/archiso/airootfs/etc/resolv.conf
new file mode 120000
index 0000000..3639662
--- /dev/null
+++ b/archiso/airootfs/etc/resolv.conf
@@ -0,0 +1 @@
+/run/systemd/resolve/stub-resolv.conf
\ No newline at end of file
diff --git a/archiso/airootfs/etc/sddm.conf b/archiso/airootfs/etc/sddm.conf
new file mode 100755
index 0000000..bb6424f
--- /dev/null
+++ b/archiso/airootfs/etc/sddm.conf
@@ -0,0 +1,38 @@
+[General]
+InputMethod=
+Namespaces=
+Numlock=on
+
+[Theme]
+DisableAvatarsThreshold=7
+EnableAvatars=true
+FacesDir=/usr/share/sddm/faces
+ThemeDir=/usr/share/sddm/themes
+
+[Users]
+DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin
+HideShells=
+HideUsers=
+RememberLastSession=true
+RememberLastUser=true
+ReuseSession=true
+
+[Wayland]
+EnableHiDPI=true
+SessionCommand=/usr/share/sddm/scripts/wayland-session
+SessionDir=/usr/share/wayland-sessions
+SessionLogFile=.local/share/sddm/wayland-session.log
+
+[X11]
+DisplayCommand=/usr/share/sddm/scripts/Xsetup
+DisplayStopCommand=/usr/share/sddm/scripts/Xstop
+EnableHiDPI=true
+MinimumVT=1
+ServerArguments=-nolisten tcp
+ServerPath=/usr/bin/X
+SessionCommand=/usr/share/sddm/scripts/Xsession
+SessionDir=/usr/share/xsessions
+SessionLogFile=.local/share/sddm/xorg-session.log
+UserAuthFile=.Xauthority
+XauthPath=/usr/bin/xauth
+XephyrPath=/usr/bin/Xephyr
diff --git a/archiso/airootfs/etc/sddm.conf.d/kde_settings.conf b/archiso/airootfs/etc/sddm.conf.d/kde_settings.conf
new file mode 100755
index 0000000..beee881
--- /dev/null
+++ b/archiso/airootfs/etc/sddm.conf.d/kde_settings.conf
@@ -0,0 +1,17 @@
+[Autologin]
+Relogin=false
+User=liveuser
+Session=xfce
+
+[General]
+HaltCommand=/usr/bin/systemctl poweroff
+RebootCommand=/usr/bin/systemctl reboot
+
+[Theme]
+Current=breeze
+CursorTheme=
+Font=
+
+[Users]
+MaximumUid=60513
+MinimumUid=1000
diff --git a/archiso/airootfs/etc/shadow b/archiso/airootfs/etc/shadow
new file mode 100755
index 0000000..d4b6f89
--- /dev/null
+++ b/archiso/airootfs/etc/shadow
@@ -0,0 +1,5 @@
+root::14871::::::
+liveuser::14871::::::
+tms:$y$j9T$P8J8q258sVG0sCYRV13wk1$G.SgrUqdKNgCspkpbS9Bd20vMurHDcI5Mz19XPLyaR1:20407:0:99999:7:::
+kdm:$y$j9T$Uy4NyUrbTpYE3kPOaOu.y/$lr2ovSQ.m/6UGRgelMLTar/KHqSHYMXUOFwxJXiV..D:20407:0:99999:7:::
+mysql:!:20407::::::
diff --git a/archiso/airootfs/etc/skel/.Xresources b/archiso/airootfs/etc/skel/.Xresources
new file mode 100755
index 0000000..368ec2c
--- /dev/null
+++ b/archiso/airootfs/etc/skel/.Xresources
@@ -0,0 +1,34 @@
+! ------------------------------------------------------------------------------
+! xterm standard arcolinux theme
+! ------------------------------------------------------------------------------
+! https://critical.ch/xterm/
+! ------------------------------------------------------------------------------
+
+xterm*faceName: Monospace
+xterm*faceSize: 13
+xterm*loginShell: true
+xterm*saveLines: 4000
+xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
+xterm*termName: xterm-color
+xterm*eightBitInput: false
+xterm*foreground: rgb:d9/d4/d4
+xterm*background: rgb:32/32/32
+xterm*color0: rgb:00/00/00
+xterm*color1: rgb:a8/00/00
+xterm*color2: rgb:00/a8/00
+xterm*color3: rgb:a8/54/00
+xterm*color4: rgb:5f/81/9d
+xterm*color5: rgb:a8/00/a8
+xterm*color6: rgb:00/a8/a8
+xterm*color7: rgb:70/78/80
+xterm*color8: rgb:54/54/54
+xterm*color9: rgb:fc/54/54
+xterm*color10: rgb:54/fc/54
+xterm*color11: rgb:fc/fc/54
+xterm*color12: rgb:81/a2/be
+xterm*color13: rgb:fc/54/fc
+xterm*color14: rgb:54/fc/fc
+xterm*color15: rgb:c5/c8/c6
+xterm*boldMode: false
+
+
diff --git a/archiso/airootfs/etc/skel/.bashrc b/archiso/airootfs/etc/skel/.bashrc
new file mode 100755
index 0000000..572ff9e
--- /dev/null
+++ b/archiso/airootfs/etc/skel/.bashrc
@@ -0,0 +1,96 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+# 基础别名
+alias ls='ls --color=auto'
+alias ll='ls -alF'
+alias la='ls -A'
+alias l='ls -CF'
+alias grep='grep --color=auto'
+
+# 安全操作
+alias rm='rm -i'
+alias cp='cp -i'
+alias mv='mv -i'
+
+# 导航别名
+alias ..='cd ..'
+alias ...='cd ../..'
+alias ....='cd ../../..'
+
+# 系统信息
+alias df='df -h'
+alias du='du -h'
+alias dus='du -sh * | sort -nr'
+alias free='free -h'
+
+# Git 快捷方式
+alias gs='git status'
+alias ga='git add'
+alias gc='git commit'
+alias gp='git push'
+alias gl='git log --oneline'
+
+alias tms='sh /home/smart/.tms3/starter/tms-tools.sh'
+alias rtms='sh /home/smart/.tms3/starter/restart'
+
+# 文件大小查看别名
+alias size='ls -lahSr' # 简单版本
+alias sizes='du -sh * | sort -h' # 准确版本
+alias sizeall='du -sh .[!.]* * 2>/dev/null | sort -h' # 包含隐藏文件
+
+# 详细版本,显示文件权限和大小
+alias sizedetail='du -sh * | sort -h | while read s n; do ls -ld "$n" | awk '\''{printf "%-10s %-5s %-8s ", $1, $3, $4}'\''; echo "$s $n"; done'
+
+# 文件大小查看函数
+fsize() {
+ local path="${1:-.}" # 默认当前目录
+ local depth="${2:-0}" # 目录深度
+
+ echo "=== 文件大小统计: $path ==="
+
+ if [ "$depth" -eq 0 ]; then
+ # 只显示当前目录下的文件
+ du -sh "$path"/* 2>/dev/null | sort -h
+ else
+ # 显示指定深度的目录结构
+ find "$path" -maxdepth "$depth" -type f -exec du -sh {} + 2>/dev/null | sort -h
+ fi
+}
+
+# 快捷别名
+alias sz='fsize . 0'
+alias sz1='fsize . 1'
+alias sz2='fsize . 2'
+
+# 环境变量
+export EDITOR=vim
+export VISUAL=vim
+export HISTSIZE=10000
+export HISTFILESIZE=20000
+
+# Wine 环境变量 - 添加到 PATH
+export WINE_HOME="/home/smart/wine"
+export PATH="$WINE_HOME/bin:$PATH"
+
+# 彩色提示符
+PS1='\[\033[01;33m\]\t\[\033[00m\] \[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
+
+# 实用函数
+mkcd() { mkdir -p "$1" && cd "$1"; }
+findf() { find . -name "$1" -type f 2>/dev/null; }
+
+# 检查 wine 是否可用
+wine-check() {
+ if command -v wine >/dev/null 2>&1; then
+ echo "✓ Wine is available: $(which wine)"
+ wine --version
+ else
+ echo "✗ Wine not found in PATH"
+ echo "Current PATH: $PATH"
+ fi
+}
diff --git a/archiso/airootfs/etc/ssh/sshd_config.d/10-archiso.conf b/archiso/airootfs/etc/ssh/sshd_config.d/10-archiso.conf
new file mode 100755
index 0000000..a1053b6
--- /dev/null
+++ b/archiso/airootfs/etc/ssh/sshd_config.d/10-archiso.conf
@@ -0,0 +1,3 @@
+# Allow root login using password authentication
+PasswordAuthentication yes
+PermitRootLogin no
diff --git a/archiso/airootfs/etc/sudoers.d/g_wheel b/archiso/airootfs/etc/sudoers.d/g_wheel
new file mode 100755
index 0000000..bbad988
--- /dev/null
+++ b/archiso/airootfs/etc/sudoers.d/g_wheel
@@ -0,0 +1 @@
+%wheel ALL=(ALL:ALL) NOPASSWD: ALL
diff --git a/archiso/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf b/archiso/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf
new file mode 100755
index 0000000..b69850d
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf
@@ -0,0 +1,2 @@
+[Journal]
+Storage=volatile
diff --git a/archiso/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf b/archiso/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf
new file mode 100755
index 0000000..f3ecb39
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf
@@ -0,0 +1,4 @@
+[Login]
+HandleSuspendKey=ignore
+HandleHibernateKey=ignore
+HandleLidSwitch=ignore
diff --git a/archiso/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf b/archiso/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf
new file mode 100755
index 0000000..0e9ceb4
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf
@@ -0,0 +1,2 @@
+[Network]
+IPv6PrivacyExtensions=yes
diff --git a/archiso/airootfs/etc/systemd/network/20-ethernet.network b/archiso/airootfs/etc/systemd/network/20-ethernet.network
new file mode 100755
index 0000000..d3a3271
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/network/20-ethernet.network
@@ -0,0 +1,24 @@
+[Match]
+# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*).
+# See https://bugs.archlinux.org/task/70892
+# Instead match by globbing the network interface name.
+Name=en*
+Name=eth*
+
+[Link]
+RequiredForOnline=routable
+
+[Network]
+DHCP=yes
+MulticastDNS=yes
+
+# systemd-networkd does not set per-interface-type default route metrics
+# https://github.com/systemd/systemd/issues/17698
+# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
+# Use values from NetworkManager. From nm_device_get_route_metric_default in
+# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
+[DHCPv4]
+RouteMetric=100
+
+[IPv6AcceptRA]
+RouteMetric=100
diff --git a/archiso/airootfs/etc/systemd/network/20-wlan.network b/archiso/airootfs/etc/systemd/network/20-wlan.network
new file mode 100755
index 0000000..8b70a95
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/network/20-wlan.network
@@ -0,0 +1,20 @@
+[Match]
+Name=wl*
+
+[Link]
+RequiredForOnline=routable
+
+[Network]
+DHCP=yes
+MulticastDNS=yes
+
+# systemd-networkd does not set per-interface-type default route metrics
+# https://github.com/systemd/systemd/issues/17698
+# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
+# Use values from NetworkManager. From nm_device_get_route_metric_default in
+# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
+[DHCPv4]
+RouteMetric=600
+
+[IPv6AcceptRA]
+RouteMetric=600
diff --git a/archiso/airootfs/etc/systemd/network/20-wwan.network b/archiso/airootfs/etc/systemd/network/20-wwan.network
new file mode 100755
index 0000000..6e1c8dd
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/network/20-wwan.network
@@ -0,0 +1,19 @@
+[Match]
+Name=ww*
+
+[Link]
+RequiredForOnline=routable
+
+[Network]
+DHCP=yes
+
+# systemd-networkd does not set per-interface-type default route metrics
+# https://github.com/systemd/systemd/issues/17698
+# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
+# Use values from NetworkManager. From nm_device_get_route_metric_default in
+# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
+[DHCPv4]
+RouteMetric=700
+
+[IPv6AcceptRA]
+RouteMetric=700
diff --git a/archiso/airootfs/etc/systemd/resolved.conf.d/archiso.conf b/archiso/airootfs/etc/systemd/resolved.conf.d/archiso.conf
new file mode 100755
index 0000000..636f3bd
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/resolved.conf.d/archiso.conf
@@ -0,0 +1,4 @@
+# Default systemd-resolved configuration for archiso
+
+[Resolve]
+MulticastDNS=yes
diff --git a/archiso/airootfs/etc/systemd/system-generators/systemd-gpt-auto-generator b/archiso/airootfs/etc/systemd/system-generators/systemd-gpt-auto-generator
new file mode 120000
index 0000000..dc1dc0c
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system-generators/systemd-gpt-auto-generator
@@ -0,0 +1 @@
+/dev/null
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/choose-mirror.service b/archiso/airootfs/etc/systemd/system/choose-mirror.service
new file mode 100755
index 0000000..b6a3562
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/choose-mirror.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Choose mirror from the kernel command line
+ConditionKernelCommandLine=mirror
+
+[Service]
+Type=oneshot
+ExecStart=/usr/local/bin/choose-mirror
+
+[Install]
+WantedBy=multi-user.target
diff --git a/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-config.service b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-config.service
new file mode 120000
index 0000000..ebc50f0
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-config.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/cloud-config.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-final.service b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-final.service
new file mode 120000
index 0000000..80fa3c8
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-final.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/cloud-final.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service
new file mode 120000
index 0000000..dd8e9f1
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/cloud-init-local.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-main.service b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-main.service
new file mode 120000
index 0000000..875ff73
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-main.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/cloud-init-main.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-network.service b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-network.service
new file mode 120000
index 0000000..ae77734
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-network.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/cloud-init-network.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service
new file mode 120000
index 0000000..dcf7c8e
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/ModemManager.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service
new file mode 120000
index 0000000..4c158e6
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/systemd-networkd.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
new file mode 120000
index 0000000..a7e5cd4
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/NetworkManager-dispatcher.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service
new file mode 120000
index 0000000..4f6ae34
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/systemd-resolved.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.timesync1.service b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.timesync1.service
new file mode 120000
index 0000000..cd00411
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/dbus-org.freedesktop.timesync1.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/systemd-timesyncd.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/default.target b/archiso/airootfs/etc/systemd/system/default.target
new file mode 120000
index 0000000..cf9fa51
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/default.target
@@ -0,0 +1 @@
+/usr/lib/systemd/system/graphical.target
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/display-manager.service b/archiso/airootfs/etc/systemd/system/display-manager.service
new file mode 120000
index 0000000..56f1df2
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/display-manager.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/sddm.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount b/archiso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount
new file mode 100755
index 0000000..038961e
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount
@@ -0,0 +1,8 @@
+[Unit]
+Description=Temporary /etc/pacman.d/gnupg directory
+
+[Mount]
+What=tmpfs
+Where=/etc/pacman.d/gnupg
+Type=tmpfs
+Options=mode=0755,noswap
diff --git a/archiso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf b/archiso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf
new file mode 100755
index 0000000..b9d22eb
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf
@@ -0,0 +1,3 @@
+[Service]
+ExecStart=
+ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM
diff --git a/archiso/airootfs/etc/systemd/system/lightdm.service.d/startup-delay.conf b/archiso/airootfs/etc/systemd/system/lightdm.service.d/startup-delay.conf
new file mode 100644
index 0000000..07bf624
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/lightdm.service.d/startup-delay.conf
@@ -0,0 +1,2 @@
+[Service]
+ExecStartPre=/bin/sleep 5
diff --git a/archiso/airootfs/etc/systemd/system/livecd-alsa-unmuter.service b/archiso/airootfs/etc/systemd/system/livecd-alsa-unmuter.service
new file mode 100755
index 0000000..03db4b9
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/livecd-alsa-unmuter.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Unmute All Sound Card Controls For Use With The Live Arch Environment
+# This needs to run after the audio device becomes available.
+Wants=systemd-udev-settle.service
+After=systemd-udev-settle.service sound.target
+ConditionKernelCommandLine=accessibility=on
+
+[Service]
+Type=oneshot
+ExecStart=/usr/local/bin/livecd-sound -u
+
+[Install]
+WantedBy=sound.target
diff --git a/archiso/airootfs/etc/systemd/system/livecd-talk.service b/archiso/airootfs/etc/systemd/system/livecd-talk.service
new file mode 100755
index 0000000..b38df22
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/livecd-talk.service
@@ -0,0 +1,20 @@
+[Unit]
+Description=Screen reader service
+After=livecd-alsa-unmuter.service
+Before=getty@tty1.service
+ConditionKernelCommandLine=accessibility=on
+
+[Service]
+Type=oneshot
+TTYPath=/dev/tty13
+ExecStartPre=/usr/bin/chvt 13
+ExecStart=/usr/local/bin/livecd-sound -p
+ExecStartPost=/usr/bin/chvt 1
+ExecStartPost=systemctl start espeakup.service
+StandardInput=tty
+TTYVHangup=yes
+TTYVTDisallocate=yes
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/ModemManager.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/ModemManager.service
new file mode 120000
index 0000000..dcf7c8e
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/ModemManager.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/ModemManager.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/NetworkManager.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/NetworkManager.service
new file mode 120000
index 0000000..e874a9b
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/NetworkManager.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/NetworkManager.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/SOService.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/SOService.service
new file mode 120000
index 0000000..14a84cf
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/SOService.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/SOService.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service
new file mode 120000
index 0000000..2d8d256
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service
@@ -0,0 +1 @@
+../choose-mirror.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/hv_fcopy_daemon.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/hv_fcopy_daemon.service
new file mode 120000
index 0000000..20ac7b2
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/hv_fcopy_daemon.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/hv_fcopy_daemon.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/hv_kvp_daemon.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/hv_kvp_daemon.service
new file mode 120000
index 0000000..a7eac4a
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/hv_kvp_daemon.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/hv_kvp_daemon.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/hv_vss_daemon.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/hv_vss_daemon.service
new file mode 120000
index 0000000..eae19ef
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/hv_vss_daemon.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/hv_vss_daemon.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service
new file mode 120000
index 0000000..3625abd
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/iwd.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/livecd-talk.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/livecd-talk.service
new file mode 120000
index 0000000..b917481
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/livecd-talk.service
@@ -0,0 +1 @@
+/etc/systemd/system/livecd-talk.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/mysqld.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/mysqld.service
new file mode 120000
index 0000000..705a7c0
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/mysqld.service
@@ -0,0 +1 @@
+/etc/systemd/system/mysqld.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service
new file mode 120000
index 0000000..d09eec6
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service
@@ -0,0 +1 @@
+../pacman-init.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/pure-ftpd.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/pure-ftpd.service
new file mode 120000
index 0000000..ab7dabf
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/pure-ftpd.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/pure-ftpd.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/reflector.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/reflector.service
new file mode 120000
index 0000000..d372729
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/reflector.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/reflector.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/runsunloginclient.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/runsunloginclient.service
new file mode 120000
index 0000000..12625c7
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/runsunloginclient.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/runsunloginclient.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/smarttms.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/smarttms.service
new file mode 120000
index 0000000..edf9437
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/smarttms.service
@@ -0,0 +1 @@
+/etc/systemd/system/smarttms.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
new file mode 120000
index 0000000..4c158e6
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/systemd-networkd.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
new file mode 120000
index 0000000..4f6ae34
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/systemd-resolved.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/teamviewerd.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/teamviewerd.service
new file mode 120000
index 0000000..cf1c6cd
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/teamviewerd.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/teamviewerd.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/todeskd.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/todeskd.service
new file mode 120000
index 0000000..7f89831
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/todeskd.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/todeskd.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/vboxservice.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/vboxservice.service
new file mode 120000
index 0000000..cb2d560
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/vboxservice.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/vboxservice.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/vmtoolsd.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/vmtoolsd.service
new file mode 120000
index 0000000..e0a11a7
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/vmtoolsd.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/vmtoolsd.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/multi-user.target.wants/vmware-vmblock-fuse.service b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/vmware-vmblock-fuse.service
new file mode 120000
index 0000000..173f306
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/multi-user.target.wants/vmware-vmblock-fuse.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/vmware-vmblock-fuse.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/mysqld.service b/archiso/airootfs/etc/systemd/system/mysqld.service
new file mode 100644
index 0000000..3e72435
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/mysqld.service
@@ -0,0 +1,27 @@
+[Unit]
+Description=MySQL Server
+After=network.target
+
+[Service]
+Type=simple
+User=mysql
+Group=mysql
+
+# 直接使用 mysqld
+ExecStart=/usr/local/mysql/bin/mysqld --defaults-file=/etc/my.cnf
+ExecStop=/usr/local/mysql/bin/mysqladmin shutdown
+
+# 重启策略
+Restart=on-failure
+RestartSec=5s
+
+# 超时设置
+TimeoutStartSec=300
+TimeoutStopSec=60
+
+# 资源限制
+LimitNOFILE=65536
+
+[Install]
+WantedBy=multi-user.target
+
diff --git a/archiso/airootfs/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service b/archiso/airootfs/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
new file mode 120000
index 0000000..b78b586
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/NetworkManager-wait-online.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service b/archiso/airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
new file mode 120000
index 0000000..7d6ad92
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/systemd-networkd-wait-online.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/pacman-init.service b/archiso/airootfs/etc/systemd/system/pacman-init.service
new file mode 100755
index 0000000..b824884
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/pacman-init.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Initializes Pacman keyring
+Requires=etc-pacman.d-gnupg.mount
+After=etc-pacman.d-gnupg.mount time-sync.target
+BindsTo=etc-pacman.d-gnupg.mount
+Before=archlinux-keyring-wkd-sync.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/pacman-key --init
+ExecStart=/usr/bin/pacman-key --populate
+
+[Install]
+WantedBy=multi-user.target
diff --git a/archiso/airootfs/etc/systemd/system/reflector.service.d/archiso.conf b/archiso/airootfs/etc/systemd/system/reflector.service.d/archiso.conf
new file mode 100755
index 0000000..de6664d
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/reflector.service.d/archiso.conf
@@ -0,0 +1,6 @@
+[Unit]
+ConditionKernelCommandLine=!mirror
+
+[Service]
+Restart=on-failure
+RestartSec=10
diff --git a/archiso/airootfs/etc/systemd/system/smarttms.service b/archiso/airootfs/etc/systemd/system/smarttms.service
new file mode 100755
index 0000000..208d3f7
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/smarttms.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=SmartTMS Service
+After=mysqld.service
+Wants=mysqld.service
+
+[Service]
+Type=forking
+User=root
+ExecStart=/usr/bin/smarttms start
+ExecStop=/usr/bin/smarttms stop
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+RestartSec=5
+TimeoutStartSec=300
+TimeoutStopSec=300
+
+[Install]
+WantedBy=multi-user.target
+
diff --git a/archiso/airootfs/etc/systemd/system/sockets.target.wants/pcscd.socket b/archiso/airootfs/etc/systemd/system/sockets.target.wants/pcscd.socket
new file mode 120000
index 0000000..3897c63
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/sockets.target.wants/pcscd.socket
@@ -0,0 +1 @@
+/usr/lib/systemd/system/pcscd.socket
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket b/archiso/airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket
new file mode 120000
index 0000000..51942c8
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket
@@ -0,0 +1 @@
+/usr/lib/systemd/system/systemd-networkd.socket
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/sound.target.wants/livecd-alsa-unmuter.service b/archiso/airootfs/etc/systemd/system/sound.target.wants/livecd-alsa-unmuter.service
new file mode 120000
index 0000000..98c0fc8
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/sound.target.wants/livecd-alsa-unmuter.service
@@ -0,0 +1 @@
+../livecd-alsa-unmuter.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service b/archiso/airootfs/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service
new file mode 120000
index 0000000..cabf28b
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/systemd-time-wait-sync.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service b/archiso/airootfs/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
new file mode 120000
index 0000000..cd00411
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/systemd-timesyncd.service
\ No newline at end of file
diff --git a/archiso/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf b/archiso/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf
new file mode 100755
index 0000000..c9f9bce
--- /dev/null
+++ b/archiso/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf
@@ -0,0 +1,6 @@
+# Allow systemd-networkd-wait-online to succeed with one interface, otherwise, if multiple network interfaces exist,
+# network-online.target gets needlessly delayed.
+# See https://wiki.archlinux.org/title/systemd-networkd#systemd-networkd-wait-online
+[Service]
+ExecStart=
+ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any
diff --git a/archiso/airootfs/etc/teamviewer/global.conf b/archiso/airootfs/etc/teamviewer/global.conf
new file mode 100644
index 0000000..ff3f0b0
--- /dev/null
+++ b/archiso/airootfs/etc/teamviewer/global.conf
@@ -0,0 +1,10 @@
+TeamViewer Global Settings
+# It is not recommended to edit this file manually
+
+
+[int32] Always_Online = 1
+[int32] EulaAccepted = 1
+[int32] General_DirectLAN = 1
+[bin ] PermanentPassword = 13b0a813880888089e8ac6a1dcdeee4db2db172fa0d33d68c903aac7500a9ec8978b1106e8ea26a978ec58f3d073f05507cb0a96ce973f1abdd25b24cc971d2297b83d090d2ab380507dd0e106b7e890599680af5c2afd6166a65c13b6697684878b3aa1ca58b0c7d3ddd0405354ad608c0a5089a588b4cea8528a1937ce4d22b2b8b764660b54218af08baa04925bfcf1cbaf59de19dea8244f022ba43cbcb09b4087b5d5c39ffd91bd4d2cc9443b05bd90d28b690a4300c5f87fef8b9d94d03416413c40aa8941d81dfdeed4e7e19be457e774b0346befb05d68eba1d5090c0798cbed803635bba6c5a4c8f608813d931bc742d5c47498ce16a335e2fdd391a7f9ee188b23381fda251ac8b6472f67daa63b377d1374a67af639045bf2ba4b22d0c1607d5af5ed0dc6a3c67371da9c
+[strng] PermanentPasswordDate = "20251119T120621"
+[int32] Security_PasswordStrength = 1
diff --git a/archiso/airootfs/etc/xdg/reflector/reflector.conf b/archiso/airootfs/etc/xdg/reflector/reflector.conf
new file mode 100755
index 0000000..209eb2c
--- /dev/null
+++ b/archiso/airootfs/etc/xdg/reflector/reflector.conf
@@ -0,0 +1,9 @@
+# Reflector configuration file for the systemd service.
+
+--save /etc/pacman.d/mirrorlist
+--ipv4
+--ipv6
+--protocol https
+--latest 20
+--sort rate
+--country China
\ No newline at end of file
diff --git a/archiso/airootfs/home/liveuser/.bashrc b/archiso/airootfs/home/liveuser/.bashrc
new file mode 100755
index 0000000..572ff9e
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.bashrc
@@ -0,0 +1,96 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+# 基础别名
+alias ls='ls --color=auto'
+alias ll='ls -alF'
+alias la='ls -A'
+alias l='ls -CF'
+alias grep='grep --color=auto'
+
+# 安全操作
+alias rm='rm -i'
+alias cp='cp -i'
+alias mv='mv -i'
+
+# 导航别名
+alias ..='cd ..'
+alias ...='cd ../..'
+alias ....='cd ../../..'
+
+# 系统信息
+alias df='df -h'
+alias du='du -h'
+alias dus='du -sh * | sort -nr'
+alias free='free -h'
+
+# Git 快捷方式
+alias gs='git status'
+alias ga='git add'
+alias gc='git commit'
+alias gp='git push'
+alias gl='git log --oneline'
+
+alias tms='sh /home/smart/.tms3/starter/tms-tools.sh'
+alias rtms='sh /home/smart/.tms3/starter/restart'
+
+# 文件大小查看别名
+alias size='ls -lahSr' # 简单版本
+alias sizes='du -sh * | sort -h' # 准确版本
+alias sizeall='du -sh .[!.]* * 2>/dev/null | sort -h' # 包含隐藏文件
+
+# 详细版本,显示文件权限和大小
+alias sizedetail='du -sh * | sort -h | while read s n; do ls -ld "$n" | awk '\''{printf "%-10s %-5s %-8s ", $1, $3, $4}'\''; echo "$s $n"; done'
+
+# 文件大小查看函数
+fsize() {
+ local path="${1:-.}" # 默认当前目录
+ local depth="${2:-0}" # 目录深度
+
+ echo "=== 文件大小统计: $path ==="
+
+ if [ "$depth" -eq 0 ]; then
+ # 只显示当前目录下的文件
+ du -sh "$path"/* 2>/dev/null | sort -h
+ else
+ # 显示指定深度的目录结构
+ find "$path" -maxdepth "$depth" -type f -exec du -sh {} + 2>/dev/null | sort -h
+ fi
+}
+
+# 快捷别名
+alias sz='fsize . 0'
+alias sz1='fsize . 1'
+alias sz2='fsize . 2'
+
+# 环境变量
+export EDITOR=vim
+export VISUAL=vim
+export HISTSIZE=10000
+export HISTFILESIZE=20000
+
+# Wine 环境变量 - 添加到 PATH
+export WINE_HOME="/home/smart/wine"
+export PATH="$WINE_HOME/bin:$PATH"
+
+# 彩色提示符
+PS1='\[\033[01;33m\]\t\[\033[00m\] \[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
+
+# 实用函数
+mkcd() { mkdir -p "$1" && cd "$1"; }
+findf() { find . -name "$1" -type f 2>/dev/null; }
+
+# 检查 wine 是否可用
+wine-check() {
+ if command -v wine >/dev/null 2>&1; then
+ echo "✓ Wine is available: $(which wine)"
+ wine --version
+ else
+ echo "✗ Wine not found in PATH"
+ echo "Current PATH: $PATH"
+ fi
+}
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/desktop/accels.scm b/archiso/airootfs/home/liveuser/.config/xfce4/desktop/accels.scm
new file mode 100644
index 0000000..ba500f9
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/desktop/accels.scm
@@ -0,0 +1,49 @@
+; xfdesktop-settings GtkAccelMap rc-file -*- scheme -*-
+; this file is an automated accelerator map dump
+;
+; (gtk_accel_path "/XfdesktopFileIconManager/properties" "Return")
+; (gtk_accel_path "/XfceDesktop/primary-menu-2" "Menu")
+; (gtk_accel_path "/XfdesktopFileIconManager/open-with-other" "")
+; (gtk_accel_path "/XfdesktopIconView/activate-3" "Return")
+; (gtk_accel_path "/XfdesktopFileIconManager/properties-3" "KP_Enter")
+; (gtk_accel_path "/XfdesktopFileIconManager/trash" "Delete")
+; (gtk_accel_path "/XfceDesktop/next-background" "")
+; (gtk_accel_path "/XfdesktopFileIconManager/copy-2" "Insert")
+; (gtk_accel_path "/XfdesktopFileIconManager/cut" "x")
+; (gtk_accel_path "/XfdesktopIconView/unselect-all" "Escape")
+; (gtk_accel_path "/XfdesktopFileIconManager/cut-2" "")
+; (gtk_accel_path "/XfdesktopWindowIconManager/close" "c")
+; (gtk_accel_path "/XfdesktopIconView/activate" "space")
+; (gtk_accel_path "/XfdesktopIconView/activate-2" "KP_Space")
+; (gtk_accel_path "/XfdesktopFileIconManager/open" "o")
+; (gtk_accel_path "/XfdesktopIconView/select-all" "a")
+; (gtk_accel_path "/XfdesktopFileIconManager/properties-2" "ISO_Enter")
+; (gtk_accel_path "/XfdesktopFileIconManager/empty-trash" "")
+; (gtk_accel_path "/XfdesktopFileIconManager/open-trash" "")
+; (gtk_accel_path "/XfdesktopFileIconManager/trash-3" "")
+; (gtk_accel_path "/XfdesktopFileIconManager/delete" "Delete")
+; (gtk_accel_path "/XfdesktopFileIconManager/copy" "c")
+; (gtk_accel_path "/XfceDesktop/reload-2" "Reload")
+; (gtk_accel_path "/XfdesktopFileIconManager/delete-3" "")
+; (gtk_accel_path "/XfdesktopFileIconManager/trash-2" "KP_Delete")
+; (gtk_accel_path "/XfceDesktop/reload" "r")
+; (gtk_accel_path "/XfdesktopFileIconManager/paste-into-folder" "")
+; (gtk_accel_path "/XfdesktopFileIconManager/paste-2" "Insert")
+; (gtk_accel_path "/XfceDesktop/secondary-menu" "F10")
+; (gtk_accel_path "/XfdesktopFileIconManager/delete-2" "KP_Delete")
+; (gtk_accel_path "/XfdesktopIconView/toggle-cursor-2" "KP_Space")
+; (gtk_accel_path "/XfceDesktop/reload-1" "F5")
+; (gtk_accel_path "/XfdesktopFileIconManager/open-filesystem" "")
+; (gtk_accel_path "/XfdesktopIconView/activate-5" "KP_Enter")
+; (gtk_accel_path "/XfceDesktop/primary-menu" "F10")
+; (gtk_accel_path "/XfdesktopFileIconManager/create-document" "")
+; (gtk_accel_path "/XfdesktopFileIconManager/create-folder" "n")
+; (gtk_accel_path "/XfdesktopIconView/toggle-cursor" "space")
+; (gtk_accel_path "/XfdesktopFileIconManager/toggle-show-hidden" "h")
+; (gtk_accel_path "/XfdesktopFileIconManager/open-home" "Home")
+; (gtk_accel_path "/XfdesktopFileIconManager/paste" "v")
+; (gtk_accel_path "/XfdesktopWindowIconManager/unminimize" "o")
+; (gtk_accel_path "/XfdesktopIconView/activate-4" "ISO_Enter")
+; (gtk_accel_path "/XfdesktopFileIconManager/rename" "F2")
+; (gtk_accel_path "/XfdesktopIconView/arrange-icons" "")
+; (gtk_accel_path "/XfceDesktop/secondary-menu-2" "Menu")
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/desktop/icons.screen0.yaml b/archiso/airootfs/home/liveuser/.config/xfce4/desktop/icons.screen0.yaml
new file mode 100644
index 0000000..cb60343
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/desktop/icons.screen0.yaml
@@ -0,0 +1,63 @@
+#
+# DO NOT EDIT THIS FILE WHILE XFDESKTOP IS RUNNING
+#
+configs:
+- level: 0
+ monitors:
+ - id: "219c758276014cf095bbaa65c548f7934ea6afe1"
+ display_name: "Virtual-1"
+ geometry:
+ x: 0
+ y: 0
+ width: 1280
+ height: 800
+ icons:
+ "/home/smart/Desktop/dcpomatic2.desktop":
+ row: 6
+ col: 0
+ "trash:///":
+ row: 2
+ col: 0
+ "/home/smart/Desktop/DCC2.desktop":
+ row: 1
+ col: 1
+ "/home/smart/Desktop/Communicator.desktop":
+ row: 3
+ col: 1
+ "/home/smart/Desktop/sunlogin.desktop":
+ row: 0
+ col: 2
+ "/home/smart/Desktop/firefox.desktop":
+ row: 5
+ col: 0
+ "/home/smart/Desktop/\u7247\u5E93":
+ row: 5
+ col: 1
+ "/home/smart/Desktop/\u5BC6\u94A5":
+ row: 6
+ col: 1
+ "/home/smart":
+ row: 0
+ col: 0
+ "/":
+ row: 1
+ col: 0
+ "/home/smart/Desktop/Barco Commander.desktop":
+ row: 4
+ col: 1
+ "/home/smart/Desktop/DCC.desktop":
+ row: 2
+ col: 1
+ "/home/smart/Desktop/com.teamviewer.TeamViewer.desktop":
+ row: 0
+ col: 1
+ "2025-11-20-22-50-22-00":
+ row: 3
+ col: 0
+ last_seen: 1763720886802894
+ "/home/smart/Desktop/org.remmina.Remmina.desktop":
+ row: 4
+ col: 0
+ "/home/smart/Desktop/restart.desktop":
+ row: 1
+ col: 2
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/help.rc b/archiso/airootfs/home/liveuser/.config/xfce4/help.rc
new file mode 100644
index 0000000..f9a741a
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/help.rc
@@ -0,0 +1,2 @@
+auto-online=false
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-13/17633237721.desktop b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-13/17633237721.desktop
new file mode 100644
index 0000000..553938b
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-13/17633237721.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch TerminalEmulator
+Icon=org.xfce.terminalemulator
+StartupNotify=true
+Terminal=false
+Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+Keywords=terminal;command line;shell;console;xfce;
+OnlyShowIn=XFCE;
+X-AppStream-Ignore=True
+Name=Terminal Emulator
+Comment=Use the command line
+X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-13/17637208851.desktop b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-13/17637208851.desktop
new file mode 100644
index 0000000..422f0cb
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-13/17637208851.desktop
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch TerminalEmulator
+Icon=org.xfce.terminalemulator
+StartupNotify=true
+Terminal=false
+Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+Keywords[zh_CN]=终端;命令行;shell;控制台;xfce;
+Keywords=terminal;command line;shell;console;xfce;
+OnlyShowIn=XFCE;
+X-AppStream-Ignore=True
+Name[zh_CN]=终端模拟器
+Name=Terminal Emulator
+Comment[zh_CN]=使用命令行
+Comment=Use the command line
+X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-14/17633237722.desktop b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-14/17633237722.desktop
new file mode 100644
index 0000000..142eb53
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-14/17633237722.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch FileManager %u
+Icon=org.xfce.filemanager
+StartupNotify=true
+Terminal=false
+Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+Keywords=file;manager;explorer;browse;filesystem;directory;folder;xfce;
+OnlyShowIn=XFCE;
+X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
+X-AppStream-Ignore=True
+Name=File Manager
+Comment=Browse the file system
+X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-14/17637208852.desktop b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-14/17637208852.desktop
new file mode 100644
index 0000000..95d0be8
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-14/17637208852.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch FileManager %u
+Icon=org.xfce.filemanager
+StartupNotify=true
+Terminal=false
+Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+Keywords[zh_CN]=文件;管理;浏览;文件系统;目录;文件夹;xfce;
+Keywords=file;manager;explorer;browse;filesystem;directory;folder;xfce;
+OnlyShowIn=XFCE;
+X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
+X-AppStream-Ignore=True
+Name[zh_CN]=文件管理器
+Name=File Manager
+Comment[zh_CN]=浏览文件系统
+Comment=Browse the file system
+X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-15/17633237723.desktop b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-15/17633237723.desktop
new file mode 100644
index 0000000..f3a3fa3
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-15/17633237723.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch WebBrowser %u
+Icon=org.xfce.webbrowser
+StartupNotify=true
+Terminal=false
+Categories=Network;X-XFCE;X-Xfce-Toplevel;
+Keywords=internet;web;browser;surf;explore;xfce;
+OnlyShowIn=XFCE;
+X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https;
+X-AppStream-Ignore=True
+Name=Web Browser
+Comment=Browse the web
+X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-15/17637208853.desktop b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-15/17637208853.desktop
new file mode 100644
index 0000000..6d7ba72
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-15/17637208853.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch WebBrowser %u
+Icon=org.xfce.webbrowser
+StartupNotify=true
+Terminal=false
+Categories=Network;X-XFCE;X-Xfce-Toplevel;
+Keywords[zh_CN]=互联网;网页;浏览器;冲浪;探索;xfce;
+Keywords=internet;web;browser;surf;explore;xfce;
+OnlyShowIn=XFCE;
+X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https;
+X-AppStream-Ignore=True
+Name[zh_CN]=网络浏览器
+Name=Web Browser
+Comment[zh_CN]=浏览网络
+Comment=Browse the web
+X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-16/17633237724.desktop b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-16/17633237724.desktop
new file mode 100644
index 0000000..9306ddc
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-16/17633237724.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Exec=xfce4-appfinder
+Icon=org.xfce.appfinder
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Utility;X-XFCE;
+Name=Application Finder
+Comment=Find and launch applications installed on your system
+Keywords=program;applications;bookmarks;
+X-XFCE-Source=file:///usr/share/applications/xfce4-appfinder.desktop
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-16/17637208864.desktop b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-16/17637208864.desktop
new file mode 100644
index 0000000..94f6473
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/panel/launcher-16/17637208864.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Exec=xfce4-appfinder
+Icon=org.xfce.appfinder
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Utility;X-XFCE;
+Name[zh_CN]=应用程序查找器
+Name=Application Finder
+Comment[zh_CN]=查找和启动在您系统上安装的应用程序
+Comment=Find and launch applications installed on your system
+Keywords[zh_CN]=program;applications;bookmarks;程序;应用;书签;
+Keywords=program;applications;bookmarks;
+X-XFCE-Source=file:///usr/share/applications/xfce4-appfinder.desktop
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/panel/xfce4-clipman-actions.xml b/archiso/airootfs/home/liveuser/.config/xfce4/panel/xfce4-clipman-actions.xml
new file mode 100644
index 0000000..ba2f9ea
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/panel/xfce4-clipman-actions.xml
@@ -0,0 +1,44 @@
+
+
+
+ Bugz
+ bug\s*#?\s*([0-9]+)
+ 0
+
+
+ GNOME Bug
+ exo-open https://bugzilla.gnome.org/show_bug.cgi?id=\1
+
+
+ Xfce Bug
+ exo-open https://bugzilla.xfce.org/show_bug.cgi?id=\1
+
+
+
+
+ Image
+ (http|ftp).+\.(jpg|png|gif)
+ 0
+
+
+ View with Ristretto
+ ristretto "\0"
+
+
+ Edit with Gimp
+ gimp "\0"
+
+
+
+
+ Long URL
+ https?://[^\s]{120,}
+ 0
+
+
+ Shrink the URL
+ exo-open https://tinyurl.com/create.php?url=\0
+
+
+
+
\ No newline at end of file
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
new file mode 100644
index 0000000..4d8fd4a
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml
new file mode 100644
index 0000000..8a62908
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
new file mode 100644
index 0000000..ecbdbea
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml
new file mode 100644
index 0000000..f199fed
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml
new file mode 100644
index 0000000..0698293
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
new file mode 100644
index 0000000..ffb23c0
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
new file mode 100644
index 0000000..d0c8b56
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
new file mode 100644
index 0000000..8cca892
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
new file mode 100644
index 0000000..6fc3567
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
new file mode 100644
index 0000000..9ee80f0
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
new file mode 100644
index 0000000..a2723ec
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
new file mode 100644
index 0000000..aac00c8
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml
new file mode 100644
index 0000000..4cb26b0
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
new file mode 100644
index 0000000..96b5ecb
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml
new file mode 100644
index 0000000..9f11552
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
new file mode 100644
index 0000000..f80504f
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml
new file mode 100644
index 0000000..180540f
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
new file mode 100644
index 0000000..4891e40
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
new file mode 100644
index 0000000..7595a6c
--- /dev/null
+++ b/archiso/airootfs/home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/archiso/airootfs/home/liveuser/.config/xfce4/xfwm4/.gitkeep b/archiso/airootfs/home/liveuser/.config/xfce4/xfwm4/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/archiso/airootfs/home/liveuser/BBTTMS.png b/archiso/airootfs/home/liveuser/BBTTMS.png
new file mode 100644
index 0000000000000000000000000000000000000000..ac64ad4fef37f18e27529d285e17d1aa9546a4cc
GIT binary patch
literal 1285027
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%0AR5Y2Ut8%Xa+Cv~R=48Cf
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