fix: hyprland config apply

This commit is contained in:
2026-06-18 11:55:56 +02:00
parent 6bdd4b8316
commit 50e62a256d
4 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ local read_docked = io.popen("cat ~/.config/janishutz/docked") == "true"
if read_platform then
laptop_config = true
end
if read_docked then
laptop_config = true
if read_docked and laptop_config then
is_docked = true
end
-- Core
View File
+3 -1
View File
@@ -30,7 +30,7 @@ if [[ "$confirmation" == "y" ]]; then
sudo cp ./system/environment /etc/environment
fi
rm -rf ~/.config/hypr
rm -rf ~/.config/hypr/*.conf
rm ~/.config/platform
rm -rf ~/.config/rofi
rm -rf ~/.config/ags
@@ -45,3 +45,5 @@ if [[ "$confirmation" == "y" ]]; then
else
cp -r ~/.config/DankMaterialShell/ ./dms
fi
hyprctl reload