diff --git a/i3/config b/i3/config index af74a71..c5d9138 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/i3/i3status.conf b/i3/i3status.conf index 8014b1f..075e9bb 100644 --- a/i3/i3status.conf +++ b/i3/i3status.conf @@ -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" diff --git a/shells/zshrc b/shells/zshrc index 8a5f2cb..8b33664 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -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'