Swappy : Dont show panel by default.

This commit is contained in:
Dmitry Voronin 2024-10-04 12:14:55 +03:00
parent 6324a2a46c
commit db46239a11
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -5,7 +5,7 @@
fill_shape = false; fill_shape = false;
line_size = 4; line_size = 4;
paint_mode = "arrow"; paint_mode = "arrow";
show_panel = true; show_panel = false;
text_font = config.style.font.serif.name; text_font = config.style.font.serif.name;
text_size = config.style.font.size.popup; text_size = config.style.font.size.popup;
}; };