Added new applications and fixed wallpaper generator
This commit is contained in:
parent
1926e6e7c0
commit
26896bff57
@ -194,7 +194,7 @@ bindsym $mod+Shift+0 move container to workspace 10
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+r reload
|
||||
# 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+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
|
||||
|
@ -50,3 +50,4 @@ libreoffice-templates
|
||||
kvpnc
|
||||
nitrogen
|
||||
banshee
|
||||
xautolock
|
||||
|
@ -16,7 +16,7 @@ php5-gd
|
||||
orpie
|
||||
#libpython2.6
|
||||
python-simplejson
|
||||
vim
|
||||
#vim Gotta compile this manually now...
|
||||
python-pip
|
||||
subversion
|
||||
php-soap
|
||||
|
Loading…
x
Reference in New Issue
Block a user