add: remove_hyprland_logo

This commit is contained in:
ooks-io 2023-10-21 23:55:11 +13:00
parent aae3609b8c
commit 0146dd77da
2 changed files with 5 additions and 1 deletions

View file

@ -30,7 +30,10 @@
touchpad.disable_while_typing = false; touchpad.disable_while_typing = false;
}; };
dwindle.split_width_multiplier = 1.35; dwindle.split_width_multiplier = 1.35;
misc.vfr = "on"; misc = {
vfr = "true";
disable_hyprland_logo = "true";
};
decoration = { decoration = {
active_opacity = 1.0; active_opacity = 1.0;

View file

@ -30,6 +30,7 @@
gcc gcc
wget wget
powertop powertop
acpi
]; ];