Gentoo modifications

This commit is contained in:
Austen Adler 2015-01-28 09:05:34 -05:00
parent a040b28f93
commit 1641e84d69
3 changed files with 2 additions and 5 deletions

View File

@ -173,7 +173,7 @@ exec --no-startup-id /usr/bin/screen -dmS syncthing /home/stonewareslord/Applica
exec --no-startup-id "sleep 25;/usr/bin/owncloud"
exec --no-startup-id /usr/bin/nm-applet
exec --no-startup-id /usr/bin/gtk-redshift -l 36.3:-80.3 -t 6500:4000
exec --no-startup-id /usr/bin/diodon
exec --no-startup-id /usr/bin/parcellite
exec --no-startup-id /usr/bin/numlockx
exec --no-startup-id /usr/bin/synapse -s
exec --no-startup-id /usr/bin/zeal

View File

@ -14,7 +14,6 @@ order += "disk /"
order += "wireless wlan0"
order += "ethernet p5p1"
order += "volume master"
order += "path_exists V"
order += "battery 1"
order += "tztime local"
wireless wlan0 {
@ -33,9 +32,6 @@ tztime local {
load {
format = "%5min"
}
path_exists V {
path = "/proc/sys/net/ipv4/conf/tun0"
}
volume master {
format = "V:%volume"
device = "default"

View File

@ -65,6 +65,7 @@ alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done'
alias adk='/home/stonewareslord/Applications/adk/bin/studio.sh & disown'
alias resource='. ~/.zshrc'
alias install='sudo apt-get --show-progress install'
alias ins='emerge -van '
alias search='apt-cache search'
alias remove='sudo apt-get --show-progress remove'
alias update='sudo apt-get update'