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
/
desktop.py
Age
Commit message (
Expand
)
Author
2021-07-18
fixed profile selection
Yash Tripathi
2021-07-18
added new key for desktop-environment
Yash Tripathi
2021-06-13
Setting proper keys in exported config (#557)
Yash Tripathi
2021-06-13
Implement is_desktop_profile helper function (#575)
Dylan M. Taylor
2021-05-27
Add descriptions for top-level profiles
Dylan M. Taylor
2021-05-19
Added support for getting configuration from a config file (#364)
Yash Tripathi
2021-05-15
More formatting fixes to satisfy PEP 8
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-15
Merge branch 'master' into enlightenment
Anton Hvornum
2021-05-15
Implement enlightenment desktop
Dylan Taylor
2021-05-14
Add deepin to desktop profile list so it is selectable
Dylan M. Taylor
2021-05-12
Replaced the magic __builtin__ global variable. This should fix mypy complain...
Anton Hvornum
2021-04-20
Add sort parameter for generic_select
SecondThundeR
2021-04-19
Update some functions
SecondThundeR
2021-04-17
Replace input with generic_select where necessary
SecondThundeR
2021-04-11
Implement MATE desktop environment
Dylan Taylor
2021-04-09
Try to solve #261 and related issues
Dylan M. Taylor
2021-04-09
Forgot to commit adding budgie to desktop profile
Dylan M. Taylor
2021-04-09
Merge pull request #247 from dylanmtaylor/patch-3
Anton Hvornum
2021-04-08
Add i3 profile to desktop.py
Dylan M. Taylor
2021-04-08
Add vim to desktop packages as not everyone likes nano
Dylan M. Taylor
2021-04-08
Initial implementation of LXQt
Dylan Taylor
2021-04-08
Integrate XFCE4 with master
Dylan Taylor
2021-04-08
Integrate cinnamon with changes on master.
Dylan Taylor
2021-04-08
Add sway profile to desktop file
Dylan Taylor
2021-04-08
Move from awesome to desktop and add wireless config utilities and smartmontools
Dylan M. Taylor
2021-04-08
Add minimal profile and implement idea of 'top-level' profiles
Dylan Taylor
2021-04-04
Fix misspellings
Rafael Fontenelle
2021-01-21
Spell "environment" correctly
j-james
2020-10-18
Spelling error on file
Anton Hvornum
2020-08-20
Added a unattended installer. Fixed list_profiles() to not include .py ending...
Anton Hvornum
2020-08-04
Removed legacy .json profiles. Not in favor of .py
Anton Hvornum
2020-07-22
New feature: application profiles now support .py as well. Also fixed a sys.p...
Anton Hvornum
2020-07-08
v2.0.3 prep release. Profile now fully support python scripting instead of JS...
Anton Hvornum
2020-07-08
Added support for .py profiles. Added a simple 'desktop.py' for now that is j...
Anton Hvornum