Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/sway.py
AgeCommit message (Collapse)Author
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