update i3 and lockscreen
authorMart Lubbers <mart@martlubbers.net>
Wed, 21 Sep 2016 08:00:25 +0000 (10:00 +0200)
committerMart Lubbers <mart@martlubbers.net>
Wed, 21 Sep 2016 08:00:25 +0000 (10:00 +0200)
x/.config/i3/config
x/.local/bin/lock.sh

index 1400a89..7ef2947 100644 (file)
@@ -27,6 +27,7 @@ bindsym Shift+Print exec ~/.local/bin/scr window
 bindsym Print exec ~/.local/bin/scr
 # put a password in the clipboard
 bindsym $mod+y exec /usr/share/doc/pass/examples/dmenu/passmenu
+bindsym $mod+Shift+y exec /usr/share/doc/pass/examples/dmenu/passmenu --type
 
 # font for window titles.
 font pango:$font 8
@@ -142,6 +143,5 @@ bindsym $mod+p mode "resize"
 # finds out, if available)
 bar {
        status_command i3status
-       modifier $mod
        font pango:$font $fontsize
 }
index 213f7d3..5cf2de0 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 echo RELOADAGENT | gpg-connect-agent
-import -window root -resize 25% - | convert \
+import -window root -resize 10% - | convert \
                -pointsize 20 \
                -gravity center \
                -fill white \
                -font DejaVu-Sans-Mono \
                -annotate +0+0 "Type password to unlock" \
-               -resize 400% \
+               -resize 1000% \
                - png:- | i3lock -i /dev/stdin