changed outer window padding to be better
set gaps_out to 10, now looks the same as gaps_in
This commit is contained in:
parent
277fe45e3e
commit
49518daf16
1 changed files with 4 additions and 1 deletions
|
@ -46,6 +46,10 @@
|
|||
gestures = {
|
||||
workspace_swipe = true;
|
||||
};
|
||||
# General settings
|
||||
general = {
|
||||
gaps_out = 10;
|
||||
};
|
||||
|
||||
# Allow using SUPER + left click to move windows and SUPER + right click to resize windows
|
||||
bindm = [
|
||||
|
@ -67,7 +71,6 @@
|
|||
"trayscale"
|
||||
"owncloud"
|
||||
];
|
||||
|
||||
# Declare all keybinds
|
||||
bind = [
|
||||
# Keybind for setting fullscreen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue