changed outer window padding to be better

set gaps_out to 10, now looks the same as gaps_in
This commit is contained in:
Gabriella Bere 2025-07-24 18:01:17 +01:00
parent 277fe45e3e
commit 49518daf16

View file

@ -46,6 +46,10 @@
gestures = { gestures = {
workspace_swipe = true; workspace_swipe = true;
}; };
# General settings
general = {
gaps_out = 10;
};
# Allow using SUPER + left click to move windows and SUPER + right click to resize windows # Allow using SUPER + left click to move windows and SUPER + right click to resize windows
bindm = [ bindm = [
@ -67,7 +71,6 @@
"trayscale" "trayscale"
"owncloud" "owncloud"
]; ];
# Declare all keybinds # Declare all keybinds
bind = [ bind = [
# Keybind for setting fullscreen # Keybind for setting fullscreen