This commit is contained in:
fwastring 2025-12-14 16:04:21 +01:00
parent fd9b7a03cf
commit 0fded27ad5
6 changed files with 31 additions and 9 deletions

View file

@ -140,8 +140,10 @@ with lib;
};
general = {
gaps_in = 7;
gaps_out = 14;
# gaps_in = 7;
# gaps_out = 14;
gaps_in = 0;
gaps_out = 0;
border_size = 1;
layout = "dwindle";
allow_tearing = true;
@ -162,7 +164,8 @@ with lib;
};
decoration = {
rounding = 10;
# rounding = 10;
rounding = 0;
active_opacity = 0.9;
inactive_opacity = 0.8;
fullscreen_opacity = 0.9;
@ -244,6 +247,7 @@ with lib;
"$mod, u, focusurgentorlast"
"$mod, tab, focuscurrentorlast"
"$mod, f, fullscreen"
"$mod, b, exec, pkill -USR1 waybar"
# Screen resize
"$mod CTRL, h, resizeactive, -20 0"