i3: floating sticky visualizer keybinding

This commit is contained in:
2019-08-30 22:15:51 -04:00
parent 92aa2bd6f5
commit 5c4e37fb84
11 changed files with 71 additions and 38 deletions

View File

@@ -118,7 +118,7 @@ abbr gro "git-replace-origin"
# ]]] git #
abbr hs "scan-history"
abbr mn "man-vim"
abbr m "man-vim"
abbr mat "math"
abbr pgr "grep-pdf"
abbr pgrf "grep-pdf-file"

View File

@@ -0,0 +1,8 @@
function gen-pass
if count $argv > /dev/null
set chars $argv[1]
else
set chars 25
end
base64 /dev/urandom | head -c $chars
end