mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update shared-desktop.nix
This commit is contained in:
@@ -60,8 +60,11 @@
|
|||||||
};
|
};
|
||||||
xwayland = false;
|
xwayland = false;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
default_border pixel 2
|
default_border none
|
||||||
default_floating_border pixel 2
|
default_floating_border none
|
||||||
|
font pango:monospace 0
|
||||||
|
titlebar_padding 1
|
||||||
|
titlebar_border_thickness 0
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user