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-04-11Fixed PR #273. Moved the graphic drivers into hardware since they are ↵Anton Hvornum
hardware specific, in the long run maybe we move them into 'drivers' or something. And moved the user interaction from gfx_drivers into user_interactions. And removed the import from installer.py to __init__.py since we don't want to import 'global functions' in extension imports.
2021-04-10Multiple restructuring changesDylan Taylor
2021-04-09renamed driver.py to gfx_driver.py. also explictly check if we are using the ↵advaithm
propritery nvidia drivers
2021-04-09Update sway.pyadvaithm
2021-04-09added information on how to start swayadvaithm
2021-04-09Update sway.pyadvaithm
2021-04-08sway, wayland specific files. drivers has also been split from xorgadvaithm