input: add general:resize_corner for manual resizing (#5090)
* Resize corner config thing * clang-format --------- Co-authored-by: djvs <djvs@users.noreply.github.com>
This commit is contained in:
parent
7ea555da7f
commit
c58fcfbce2
2 changed files with 22 additions and 1 deletions
|
|
@ -317,6 +317,7 @@ CConfigManager::CConfigManager() {
|
|||
m_pConfig->addConfigValue("general:hover_icon_on_border", Hyprlang::INT{1});
|
||||
m_pConfig->addConfigValue("general:layout", {"dwindle"});
|
||||
m_pConfig->addConfigValue("general:allow_tearing", Hyprlang::INT{0});
|
||||
m_pConfig->addConfigValue("general:resize_corner", Hyprlang::INT{0});
|
||||
|
||||
m_pConfig->addConfigValue("misc:disable_hyprland_logo", Hyprlang::INT{0});
|
||||
m_pConfig->addConfigValue("misc:disable_splash_rendering", Hyprlang::INT{0});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue