Compare commits
No commits in common. "62495d8e3db23190b15da6c9158c40e9dff8f579" and "466ba773dc8a3fac1cf8c1b4897b67ea8fa4ecb5" have entirely different histories.
62495d8e3d
...
466ba773dc
@ -2,16 +2,11 @@
|
|||||||
"__comment": "ABOUTME: archinstall configuration for Moonarch.",
|
"__comment": "ABOUTME: archinstall configuration for Moonarch.",
|
||||||
"__comment2": "ABOUTME: Base setup — kernel, disk and filesystem are chosen interactively.",
|
"__comment2": "ABOUTME: Base setup — kernel, disk and filesystem are chosen interactively.",
|
||||||
|
|
||||||
"app_config": {
|
|
||||||
"audio_config": {
|
"audio_config": {
|
||||||
"audio": "pipewire"
|
"audio": "pipewire"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"bootloader_config": {
|
|
||||||
"bootloader": "Systemd-boot",
|
"bootloader": "Systemd-boot",
|
||||||
"uki": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"kernels": ["linux-zen"],
|
"kernels": ["linux-zen"],
|
||||||
|
|
||||||
@ -57,7 +52,7 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"profile_config": {
|
"profile_config": {
|
||||||
"gfx_driver": "All open-source (default)",
|
"gfx_driver": "All open-source",
|
||||||
"greeter": "greetd",
|
"greeter": "greetd",
|
||||||
"profile": {
|
"profile": {
|
||||||
"main": "Desktop",
|
"main": "Desktop",
|
||||||
@ -76,7 +71,7 @@
|
|||||||
|
|
||||||
"timezone": "Europe/Berlin",
|
"timezone": "Europe/Berlin",
|
||||||
|
|
||||||
"custom_commands": [
|
"custom-commands": [
|
||||||
"git clone https://gitea.moonarch.de/nevaforget/moonarch.git /opt/moonarch"
|
"git clone https://gitea.moonarch.de/nevaforget/moonarch.git /opt/moonarch"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -0,0 +1,2 @@
|
|||||||
|
# ABOUTME: kanshi configuration for dynamic display output management.
|
||||||
|
# ABOUTME: Add profiles here to auto-switch outputs on hotplug events.
|
||||||
@ -301,8 +301,6 @@ for src_dir in /etc/xdg/*/; do
|
|||||||
[[ -d "$DEFAULTS_DIR/xdg/$app_name" ]] || continue
|
[[ -d "$DEFAULTS_DIR/xdg/$app_name" ]] || continue
|
||||||
# gtk-4.0 is handled separately with Colloid-Grey-Dark-Catppuccin theme symlinks
|
# gtk-4.0 is handled separately with Colloid-Grey-Dark-Catppuccin theme symlinks
|
||||||
[[ "$app_name" == "gtk-4.0" ]] && continue
|
[[ "$app_name" == "gtk-4.0" ]] && continue
|
||||||
# kanshi profiles are user-specific (display setup) — only seed, never overwrite
|
|
||||||
[[ "$app_name" == "kanshi" ]] && [[ -d "$HOME/.config/kanshi" ]] && continue
|
|
||||||
dest_dir="$HOME/.config/$app_name"
|
dest_dir="$HOME/.config/$app_name"
|
||||||
rm -rf "$dest_dir" 2>/dev/null || sudo rm -rf "$dest_dir"
|
rm -rf "$dest_dir" 2>/dev/null || sudo rm -rf "$dest_dir"
|
||||||
cp -r --no-preserve=ownership "$src_dir" "$dest_dir"
|
cp -r --no-preserve=ownership "$src_dir" "$dest_dir"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user