Hide border when only one window is active

This commit is contained in:
Thomas Avé 2024-11-20 23:12:02 +01:00
parent 7b7c6dea24
commit 8eb289f178
1 changed files with 8 additions and 0 deletions

View File

@ -121,6 +121,10 @@ in {
"stayfocused, title:^()$,class:^(steam)$"
"minsize 1 1, title:^()$,class:^(steam)$"
"stayfocused, title:^()$,class:^(steam)$"
"bordersize 0, floating:0, onworkspace:w[tv1]"
"rounding 0, floating:0, onworkspace:w[tv1]"
"bordersize 0, floating:0, onworkspace:f[1]"
"rounding 0, floating:0, onworkspace:f[1]"
];
layerrule = [ "noanim,ags_bar_0" "noanim,selection" ];
general = {
@ -164,6 +168,10 @@ in {
workspace_swipe = "on";
workspace_swipe_invert = false;
};
workspace = [
"w[tv1], gapsout:0, gapsin:0"
"f[1], gapsout:0, gapsin:0"
];
bindr = [
"$mainMod, $mainMod, exec, pkill rofi || ${rofi} -show drun"
];