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