summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-03-01 13:35:10 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-03-01 13:35:10 +0100
commitacaa01a2f6805a0be55565504ccd331c19dd3fae (patch)
tree612081878552e6c4afb22174e726234c68a3cb17
parenta869ed3656aeee17d7d84dad430b3d6fb591f793 (diff)
downloaddotfiles-acaa01a2f6805a0be55565504ccd331c19dd3fae.tar.gz
dotfiles-acaa01a2f6805a0be55565504ccd331c19dd3fae.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.config/conky/main6
-rw-r--r--.zshrc1
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/conky/main b/.config/conky/main
index 36a8cf4..936a64a 100644
--- a/.config/conky/main
+++ b/.config/conky/main
@@ -23,9 +23,9 @@ border_width 0
default_color 111111
default_shade_color black
default_outline_color blue
-alignment bottom_right
-gap_x 1930
-gap_y 10
+alignment bottom_left
+gap_x 1670
+gap_y 40
no_buffers yes
uppercase no
cpu_avg_samples 6
diff --git a/.zshrc b/.zshrc
index b0aeae0..29e2461 100644
--- a/.zshrc
+++ b/.zshrc
@@ -477,6 +477,7 @@ alias scw='screen -X eval "chdir $PWD"'
alias g='git'
alias xc="xclip"
alias xcp="xclip -o | fb"
+alias xcpe="xclip -o | vipe | ifne fb"
alias nsl='nslookup'