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 = {
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue