mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 15:11:57 -07:00
keybinds: add an option to respect gaps out for floating to movewindow (#9360)
This commit is contained in:
@@ -32,6 +32,13 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
||||
.type = CONFIG_OPTION_STRING_SHORT,
|
||||
.data = SConfigOptionDescription::SStringData{"20"},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "general:float_gaps",
|
||||
.description = "gaps between windows and monitor edges for floating windows\n\nsupports css style gaps (top, right, bottom, left -> 5 10 15 20). \n-1 means default "
|
||||
"gaps_in/gaps_out\n0 means no gaps",
|
||||
.type = CONFIG_OPTION_STRING_SHORT,
|
||||
.data = SConfigOptionDescription::SStringData{"0"},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "general:gaps_workspaces",
|
||||
.description = "gaps between workspaces. Stacks with gaps_out.",
|
||||
|
Reference in New Issue
Block a user