diff --git a/config/hypr/hyprland.lua b/config/hypr/hyprland.lua index 465aed8..13d9d44 100644 --- a/config/hypr/hyprland.lua +++ b/config/hypr/hyprland.lua @@ -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 diff --git a/dms/DankMaterialShell/.changelog-1.4 b/dms/DankMaterialShell/.changelog-1.4 new file mode 100644 index 0000000..e69de29 diff --git a/dms/DankMaterialShell/.firstlaunch b/dms/DankMaterialShell/.firstlaunch new file mode 100644 index 0000000..e69de29 diff --git a/setup.sh b/setup.sh index d9a9f21..f4ddf89 100755 --- a/setup.sh +++ b/setup.sh @@ -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