Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
profiles
/
xorg.py
Age
Commit message (
Expand
)
Author
2021-05-15
One package per line formatting in profiles - easier to read/maintain
Dylan Taylor
2021-05-15
Whitespace changes
Dylan Taylor
2021-05-15
Final whitespace changes I think
Dylan Taylor
2021-05-15
A couple more small fixes
Dylan Taylor
2021-05-15
Try to remove some unused imports
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 complain...
Anton Hvornum
2021-04-29
Cleaning up packages. (#374)
Anton Hvornum
2021-04-28
install nvidia-dkms when running linux-zen/lts
advaithm
2021-04-22
fixed another messed up import
advaithm
2021-04-22
readded some commits that got removed
advaithm
2021-04-22
merged with master
advaithm
2021-04-19
Update some functions
SecondThundeR
2021-04-17
Replace input with generic_select where necessary
SecondThundeR
2021-04-11
Fixed PR #273. Moved the graphic drivers into hardware since they are hardwar...
Anton Hvornum
2021-04-10
Multiple restructuring changes
Dylan Taylor
2021-04-09
Merge pull request #251 from advaithm/torxed-v2.2.0
Anton Hvornum
2021-04-09
renamed driver.py to gfx_driver.py. also explictly check if we are using the ...
advaithm
2021-04-08
Add minimal profile and implement idea of 'top-level' profiles
Dylan Taylor
2021-04-08
sway, wayland specific files. drivers has also been split from xorg
advaithm
2021-04-07
Add minimal profile and implement idea of 'top-level' profiles
Dylan Taylor
2021-01-26
Fixes #86 by properly raising the the correct exceptions. This will happen wh...
Anton Hvornum
2020-10-19
Fix typos.
Varun Madiath
2020-09-30
Added gnome as a profile (and application for application specific steps). Al...
Anton Hvornum
2020-09-30
Finalized magic function _prep_function(). Gets returned when a profile is im...
Anton Hvornum
2020-09-30
Fixing awesome and xorg for first test run.
Anton Hvornum
2020-09-29
Fixed some selection processes.
Anton Hvornum
2020-09-29
Adding a baseline xorg profile that can be called from other profiles. Such a...
Anton Hvornum