summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.xinitrc6
-rw-r--r--.zshrc5
2 files changed, 4 insertions, 7 deletions
diff --git a/.xinitrc b/.xinitrc
index 483f2d9..5d27bee 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -2,6 +2,7 @@
cd $HOME
export VDPAU_NVIDIA_NO_OVERLAY=1
+export SDL_AUDIODRIVER="pulse"
xrandr --output DVI-D-0 --left-of DVI-I-1
@@ -24,7 +25,7 @@ xflux -l 48.190 -g 15.62 -k 4200
autostart () {
#urxvt -g 125x+45+1041+0 -e ssh mistral &
-# urxvt -g 125x+45+1920+0 -e ssh karif &
+ #urxvt -g 125x+45+1920+0 -e ssh karif &
stalonetray --dockapp-mode -p --kludges force_icons_size &
for f in $XDG_CONFIG_HOME/conky/*; do
conky -c "$f" &
@@ -33,7 +34,6 @@ autostart () {
keepassx&
transmission-remote-gtk &
thunderbird &
- zim &
clipit &
#$HOME/git/thetime/src/thetime -t "%F %H:%M:%S" -p 1921,1160 -f "xft:DejaVu Sans:size=10"
}
@@ -45,7 +45,7 @@ case "$1" in
sleep 1
urxvt &
;;
- *|openbox)
+ *|openbox)
openbox &
sleep 1
autostart &
diff --git a/.zshrc b/.zshrc
index e448c84..df21372 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,7 +1,4 @@
-#----------------------------------------------------
-# File: ~/.zshrc
-# Author: Florian "Bluewind" Pritz <f-p@gmx.at>
-#----------------------------------------------------
+# Author: Florian Pritz <bluewind@xinu.at>
# Don't show input while loading
stty -echo