i3: floating sticky visualizer keybinding
This commit is contained in:
@@ -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"
|
||||
|
||||
8
dot_config/fish/functions/gen-pass.fish
Normal file
8
dot_config/fish/functions/gen-pass.fish
Normal 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
|
||||
Reference in New Issue
Block a user