mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
config: default movefocus_cycles_fullscreen to false
less confusing
This commit is contained in:
@@ -594,7 +594,7 @@ CConfigManager::CConfigManager() {
|
||||
m_pConfig->addConfigValue("binds:workspace_center_on", Hyprlang::INT{1});
|
||||
m_pConfig->addConfigValue("binds:focus_preferred_method", Hyprlang::INT{0});
|
||||
m_pConfig->addConfigValue("binds:ignore_group_lock", Hyprlang::INT{0});
|
||||
m_pConfig->addConfigValue("binds:movefocus_cycles_fullscreen", Hyprlang::INT{1});
|
||||
m_pConfig->addConfigValue("binds:movefocus_cycles_fullscreen", Hyprlang::INT{0});
|
||||
m_pConfig->addConfigValue("binds:movefocus_cycles_groupfirst", Hyprlang::INT{0});
|
||||
m_pConfig->addConfigValue("binds:disable_keybind_grabbing", Hyprlang::INT{0});
|
||||
m_pConfig->addConfigValue("binds:window_direction_monitor_fallback", Hyprlang::INT{1});
|
||||
|
Reference in New Issue
Block a user