Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/sway.py
AgeCommit message (Collapse)Author
2022-02-16profiles/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-02Migrate 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-24removed builtins usage and added gfx_package key in configYash Tripathi
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15Very selectively fix some PEP 8 issues with profilesDylan Taylor
2021-05-12Replaced 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-01Attempt to fix #406Dylan M. Taylor
I think this should fix the comment Torxed made
2021-04-28Add packages to top of each desktop profileDylan Taylor
2021-04-28Remove refs to application profiles that were removedDylan Taylor
2021-04-28Allow Sway Nvidia overrideDylan M. Taylor
2021-04-28Raise a hardware incompatibilty error if someone installs the nvidia prop ↵advaithm
dirvers with sway
2021-04-22fixed merge conflictsadvaithm
2021-04-22readded some commits that got removedadvaithm
2021-04-09As pointed out to me, sway doesn't officially support display managersDylan M. Taylor
2021-04-08Implement SwayDylan Taylor
Try switching from gdm to sddm as gdm pulls in a lot of GNOME packages Fix comment Update sway.py