hide titlebars and default to tabbed workspace layout
This commit is contained in:
parent
00152f179e
commit
ba80ec391a
|
@ -26,8 +26,11 @@ with lib; {
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
hideEdgeBorders = "both";
|
hideEdgeBorders = "both";
|
||||||
|
titlebar = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
workspaceLayout = "tabbed";
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
focused = {
|
focused = {
|
||||||
background = "#222222";
|
background = "#222222";
|
||||||
|
|
Loading…
Reference in a new issue