Compare commits

..

2 Commits

Author SHA1 Message Date
0xWheatyz fa2ae3b86e chore(git): set pull strategy to merge by default 2026-03-28 11:57:03 -04:00
0xWheatyz 91faab704c fix(gnome): remove xwayland-native-scaling to prevent KiCad crashes
The experimental xwayland-native-scaling feature causes XWayland
connection loss when KiCad fullscreens on the second monitor,
crashing the application. Fractional scaling is retained via
scale-monitor-framebuffer.
2026-03-28 11:56:42 -04:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -255,7 +255,7 @@
services.desktopManager.gnome.extraGSettingsOverrides = ''
[org.gnome.mutter]
experimental-features=['scale-monitor-framebuffer', 'xwayland-native-scaling']
experimental-features=['scale-monitor-framebuffer']
'';
environment.gnome.excludePackages = with pkgs; [
+1
View File
@@ -124,6 +124,7 @@
name = "0xWheatyz";
email = "wyatt@leeworks.dev";
};
pull.rebase = "false";
init.defaultBranch = "master";
push.autoSetupRemote = "true";
alias.lg = "log --graph --pretty=format:'%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%cr)%Creset %C(bold blue)<%an>%Creset' --abbrev-commit";