Compare commits

...

2 Commits

Author SHA1 Message Date
Noah Masur
bbdfeb645e kvm replaces hdmi monitor w displayport 2024-02-28 07:55:18 -05:00
Noah Masur
7f60d88f30 automatically use autosquash for rebase 2024-02-28 07:55:03 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ in {
pull = { ff = "only"; }; pull = { ff = "only"; };
push = { autoSetupRemote = "true"; }; push = { autoSetupRemote = "true"; };
init = { defaultBranch = "master"; }; init = { defaultBranch = "master"; };
rebase = { autosquash = "true"; };
}; };
ignores = [ ".direnv/**" "result" ]; ignores = [ ".direnv/**" "result" ];
includes = [{ includes = [{

View File

@ -35,7 +35,7 @@
--mode 1920x1200 \ --mode 1920x1200 \
--pos 1920x0 \ --pos 1920x0 \
--rotate left \ --rotate left \
--output HDMI-A-0 \ --output DisplayPort-0 \
--primary \ --primary \
--mode 1920x1080 \ --mode 1920x1080 \
--pos 0x560 \ --pos 0x560 \