diff options
-rw-r--r-- | .bashrc | 1 | ||||
-rwxr-xr-x | .local/bin/lps | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -86,6 +86,7 @@ export GPG_TTY=`tty` export HISTSIZE=100000 export LESS='-RF' export VAULT_2FA='2 Factor Authentication' +export PRINTER='HP_OfficeJet_8010' alias ..='cd ..' alias d='git --git-dir="$REPODIR/Mango0x45/dotfiles.git" --work-tree="$HOME"' diff --git a/.local/bin/lps b/.local/bin/lps index 8e49fa5..2df4126 100755 --- a/.local/bin/lps +++ b/.local/bin/lps @@ -1,9 +1,9 @@ #!/usr/local/bin/andy -set flags -m color -r 300 +set flags -m color if test $#args -ge 2 { set flags $flags --area=0,0,$args[1],$args[1] } -set uri `lpoptions | sed -E 's/.*device-uri=hp:([^ ]+).*/hpaio:\1/' +set uri `lpoptions -p $PRINTER | sed -E 's/.*device-uri=hp:([^ ]+).*/hpaio:\1/' chronic hp-scan -d $uri $flags |