Set scratchpad_minimize to true by default
This commit is contained in:
parent
64e76f1612
commit
dd5f11cb9a
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ dim_inactive_colors.unfocused #000000FF
|
|||
dim_inactive_colors.urgent #900000FF
|
||||
|
||||
# Move minimized windows into Scratchpad
|
||||
scratchpad_minimize off
|
||||
scratchpad_minimize on
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
|
|
|
@ -344,7 +344,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->shadow_blur_sigma = 20.0f;
|
||||
color_to_rgba(config->shadow_color, 0x0000007F);
|
||||
config->titlebar_separator = true;
|
||||
config->scratchpad_minimize = false;
|
||||
config->scratchpad_minimize = true;
|
||||
|
||||
// The keysym to keycode translation
|
||||
struct xkb_rule_names rules = {0};
|
||||
|
|
Loading…
Add table
Reference in a new issue