Added new applications and fixed wallpaper generator

This commit is contained in:
Austen Adler 2014-08-23 13:18:12 -04:00
parent 1926e6e7c0
commit 26896bff57
3 changed files with 3 additions and 2 deletions

View File

@ -194,7 +194,7 @@ bindsym $mod+Shift+0 move container to workspace 10
# reload the configuration file # reload the configuration file
bindsym $mod+Shift+r reload bindsym $mod+Shift+r reload
# To initialize wallpapers, run: # To initialize wallpapers, run:
# mkdir -p ~/.i3/wall ; cp ~/source ~/.i3/wall ; cd ~/.i3/wall ; rename -v 's/(.* )+//' * ; mogrify -resize `xrandr -q|perl -F'\s|,' -lane "/^Sc/&&print join '',@F[8..10]"`^ -verbose -gravity center -format png * ; rm *.jpg ; rm *.jpeg # echo -n "Use $(xrandr -q|perl -F'\s|,' -lane "/^Sc/&&print join '',@F[8..10]") as screen size?" ; read a && mkdir -p ~/.i3/wall ; cp ~/ownCloud/wallpaper/std/* ~/.i3/wall ; cd ~/.i3/wall ; rename -v 's/(.* )+//' * ; mogrify -resize `xrandr -q|perl -F'\s|,' -lane "/^Sc/&&print join '',@F[8..10]"`^ -verbose -gravity center -format png * ; rm *.jpg ; rm *.jpeg
bindsym $mod+grave exec "i3lock -i `echo $(shuf -n1 -e ~/.i3/wall/*) | tee /tmp/wall`; sleep 60; pgrep i3lock && xset dpms force off" bindsym $mod+grave exec "i3lock -i `echo $(shuf -n1 -e ~/.i3/wall/*) | tee /tmp/wall`; sleep 60; pgrep i3lock && xset dpms force off"
bindsym $mod+Shift+grave exec "sudo pm-suspend | i3lock -i `echo $(shuf -n1 -e ~/.i3/wall/*) | tee /tmp/wall`" bindsym $mod+Shift+grave exec "sudo pm-suspend | i3lock -i `echo $(shuf -n1 -e ~/.i3/wall/*) | tee /tmp/wall`"
# Tees the filename to /tmp/wall for debugging # Tees the filename to /tmp/wall for debugging

View File

@ -50,3 +50,4 @@ libreoffice-templates
kvpnc kvpnc
nitrogen nitrogen
banshee banshee
xautolock

View File

@ -16,7 +16,7 @@ php5-gd
orpie orpie
#libpython2.6 #libpython2.6
python-simplejson python-simplejson
vim #vim Gotta compile this manually now...
python-pip python-pip
subversion subversion
php-soap php-soap