commit 7caf98a67ac95894d032f69f0d8195564965eeb6 parent 51196df3ecf4e7620475cb65687c9397d4900b14 Author: Matsuda Kenji <ftvda283@gmail.com> Date: Thu, 2 Dec 2021 07:59:33 +0900 modify for openbsd Diffstat:
M | .config/X11/xinitrc | | | 4 | +++- |
M | bin/pass | | | 2 | +- |
M | passwords.gpg | | | 0 |
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc @@ -57,6 +57,8 @@ xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5 xinput set-prop "/dev/wsmouse" "Device Accel Constant Deceleration" 0.4 xsetroot -solid black -xidle -program "/usr/X11R6/bin/xlock -mode image" & +xidle -program "/usr/X11R6/bin/xlock -mode random" & +#xidle -program "/usr/X11R6/bin/xlock -mode clock -count 1 -size 100" & + dwmblocks & exec dwm diff --git a/bin/pass b/bin/pass @@ -1,6 +1,6 @@ #!/bin/sh -passwords=~/passwords.gpg +passwords=~/.local/dotfiles/passwords.gpg item=$(gpg -d $passwords | awk '{print $1, $3}' | dmenu -i -l 5 ) echo $item | awk '{print $2}' diff --git a/passwords.gpg b/passwords.gpg Binary files differ.