index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-09 | Introduce ctrl+c and other bug fixes (#1152) | Daniel Girtler | |
* Intergrate ctrl+c * stash * Update * Fix profile reset * flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-05-05 | Fix 1117 (#1126) | Daniel Girtler | |
* Fix 1117 * Update * flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-05-02 | Fix #1106 (#1119) | Daniel Girtler | |
* Fix #1106 * flake8 * flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-02-16 | profiles/sway: replace alacritty with foot (#987) | pancho horrillo | |
In Sway 1.7, the terminal emulator in the default config file has been changed to foot. See https://github.com/swaywm/sway/releases/tag/1.7 | |||
2022-02-02 | Migrate old input to new menu (#874) | Daniel | |
* Migrate old input to new menu * Fix imports * Remove imports * Update * Fixed import by changing 'import archinstall', to 'from ..menu import Menu' and use Menu() directly * Converted archinstall.<thing> to from ..where import <thing>. This enables us to use archinstall as a module, a git repository in testing and other things without having to install archinstall as an actual module. Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2021-05-24 | removed builtins usage and added gfx_package key in config | Yash Tripathi | |
2021-05-15 | More formatting fixes to satisfy PEP 8 | Dylan Taylor | |
2021-05-15 | Very selectively fix some PEP 8 issues with profiles | Dylan Taylor | |
2021-05-12 | Replaced the magic __builtin__ global variable. This should fix mypy ↵ | Anton Hvornum | |
complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me. | |||
2021-05-01 | Attempt to fix #406 | Dylan M. Taylor | |
I think this should fix the comment Torxed made | |||
2021-04-28 | Add packages to top of each desktop profile | Dylan Taylor | |
2021-04-28 | Remove refs to application profiles that were removed | Dylan Taylor | |
2021-04-28 | Allow Sway Nvidia override | Dylan M. Taylor | |
2021-04-28 | Raise a hardware incompatibilty error if someone installs the nvidia prop ↵ | advaithm | |
dirvers with sway | |||
2021-04-22 | fixed merge conflicts | advaithm | |
2021-04-22 | readded some commits that got removed | advaithm | |
2021-04-09 | As pointed out to me, sway doesn't officially support display managers | Dylan M. Taylor | |
2021-04-08 | Implement Sway | Dylan Taylor | |
Try switching from gdm to sddm as gdm pulls in a lot of GNOME packages Fix comment Update sway.py |