Hide border when only one window is active
This commit is contained in:
parent
7b7c6dea24
commit
8eb289f178
|
@ -121,6 +121,10 @@ in {
|
||||||
"stayfocused, title:^()$,class:^(steam)$"
|
"stayfocused, title:^()$,class:^(steam)$"
|
||||||
"minsize 1 1, title:^()$,class:^(steam)$"
|
"minsize 1 1, title:^()$,class:^(steam)$"
|
||||||
"stayfocused, 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" ];
|
layerrule = [ "noanim,ags_bar_0" "noanim,selection" ];
|
||||||
general = {
|
general = {
|
||||||
|
@ -164,6 +168,10 @@ in {
|
||||||
workspace_swipe = "on";
|
workspace_swipe = "on";
|
||||||
workspace_swipe_invert = false;
|
workspace_swipe_invert = false;
|
||||||
};
|
};
|
||||||
|
workspace = [
|
||||||
|
"w[tv1], gapsout:0, gapsin:0"
|
||||||
|
"f[1], gapsout:0, gapsin:0"
|
||||||
|
];
|
||||||
bindr = [
|
bindr = [
|
||||||
"$mainMod, $mainMod, exec, pkill rofi || ${rofi} -show drun"
|
"$mainMod, $mainMod, exec, pkill rofi || ${rofi} -show drun"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue