fix: hyprland config apply
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user