John
35b477f379
emacs.el: Cleanup & add extra commented modes
3 years ago
jcmdln
12e19814aa
package.use: Cleanup Emacs USE flags
3 years ago
jcmdln
e3ce6808e8
Update i3wm config to use srandr; add configs
3 years ago
jcmdln
467fb7bd94
Merge branch 'master' of https://github.com/jcmdln/gein
3 years ago
jcmdln
a3d4269fa3
Make srander a proper script
3 years ago
jcmdln
cd73d77ef6
Improve custom script handling
3 years ago
jcmdln
7f3d430a9e
gein.sh: Don't allow VideoCards='false' & minimal||complete
If a user sets VideoCards to 'false', most likely they don't want a
gui and have selected the improper option. Rather than reaching the
DESKTOP() function and letting emerge error out, prompt the user to
either set VideoCards to allow xorg-drivers to be installed or don't
attempt to install a desktop.
3 years ago
John
c9424816a4
emacs.el: Refactor to alternate structure
3 years ago
John
1f8f170df1
emacs.el: Add various modes to improve versatility
3 years ago
jcmdln
e6baa2ac0b
Xresources: Set DPI to help normalize cursor
3 years ago
jcmdln
32134c133a
i3wm: Load /etc/Xresources on start
This helps to normalize the cursor
3 years ago
jcmdln
c1ea526d23
Add display management script 'srandr.sh'
Added 'srandr.sh' which can utilize a local '~/.display.sh' to read
values as shown in the following:
DisplayConfigs="LVDS1 HDMI1 VGA1"
LVDS1() {
xrandr --output LVDS1 --auto
}
HDMI1() {
xrandr --output HDMI1 --auto --above LVDS1
}
VGA1() {
xrandr --output VGA1 --auto --above LVDS1
}
3 years ago
John
5ef7d99be3
emacs.el: add 'meson-mode'
3 years ago
jcmdln
0e062f7cc1
gein.sh: Advise to submit an issue if arch not found
3 years ago
jcmdln
c0c9c2379d
gein.sh: Add support for various 32-bit x86 CPU's
3 years ago
John
0503a4cfcb
make.conf: Switch to -O2
Haven't had any issues with -O3 thus far, though changing to -O2 should (slightly) reduce overall resource consumption
3 years ago
John
0e2b8d7eb3
i3: remove display code
3 years ago
jcmdln
7c347e43e8
gein.sh: Use pre-built kernel config by default
3 years ago
jcmdln
328e60e6d6
Add linux 4.16 config
3 years ago
John
3a3fff4384
gein.sh: Fix typo
3 years ago
John
bab0a5d7c1
gein.sh: Forgot to change package set references; start consolekit automatically
3 years ago
John
05d6a3c39c
gein.sh: forgot to include 'kbuild.sh' in CONFIG()
3 years ago
jcmdln
d97fbd599f
Cleanup pass
3 years ago
John
e568917c4e
Readme.md: Stop github pages from rendering weirdly
3 years ago
John
509058b5ad
Another one
3 years ago
John
d9d86367bb
Readme.md: Formatting improvement
3 years ago
John
3049019371
Readme.md: Cleanup pass
3 years ago
John
ebeaeafe19
Readme.md: Try and explain things more coherently.
3 years ago
John
b0c647717d
gein-laptop: add net-misc/connman
3 years ago
jcmdln
5221506192
Add configs back
3 years ago
jcmdln
1e11dbdecb
gein.sh: when -d, remove comments from package.use/defaults
3 years ago
John
f04a9c4c13
gein.sh: Cleanup pass
- Improve style/formatting; remove trailing '&&' and replace tabs with spaces
- Remove LAPTOP() and make it a post-DESKTOP() prompt
- Don't attempt to auto-set the root password, prompt for the password in POSTINSTALL()
3 years ago
John
ae4994c0d7
gein.sh: hard-code ProfileFilter
3 years ago
jcmdln
03e4f8d0ec
gein.sh: Update config command; Formatting cleanup
3 years ago
jcmdln
5c33ec0a48
Replace tabs with spaces
3 years ago
jcmdln
13c0a273cb
Move configuration to jcmdln/cfg for easier forking
3 years ago
jcmdln
0ef2e5078b
gein.sh: Rework structure and comments
3 years ago
jcmdln
a44db01381
defaults: move dbus to minimal
3 years ago
jcmdln
1a307a7b6d
gein.sh: fix package.use creation
3 years ago
jcmdln
7a3af7994f
Cleanup pass
3 years ago
jcmdln
267bdada4a
kbuild.sh: Fix typo; return to previous directory
3 years ago
jcmdln
f53e1ca28f
Resolve regression
3 years ago
jcmdln
a86c12e955
profile: fix PAGER and PS1
3 years ago
jcmdln
adeea77f75
various: Cleanup pass
3 years ago
jcmdln
1595dec611
Cleanup pass
3 years ago
jcmdln
624fd60c86
gein.sh: Readability tweaks
3 years ago
jcmdln
256c37a4ad
gein.sh: Fix user creation
3 years ago
jcmdln
1399054890
profile: Fix setting PS1
3 years ago
jcmdln
85e025107d
gein.sh: Cleanup pass & fix adding userland configurations
3 years ago
jcmdln
86e978f52d
gein.sh: Cleanup pass
3 years ago