Minor changes.

This commit is contained in:
Derek Taylor 2020-04-16 12:02:18 -05:00
parent 7ceea46a41
commit b71b4c3d31
2 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,7 @@
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
EDITOR="nvim"
export TERM="st-256color"
export HISTCONTROL=ignoredups:erasedups # no duplicate entries
[[ $- != *i* ]] && return
@ -143,6 +144,7 @@ ex ()
# root privileges
alias doas="doas --"
alias sudo='sudo '
# navigation
alias ..='cd ..'

View File

@ -203,6 +203,11 @@ keys = [
desc='Dmenu scrot script'
),
### My applications launched with SUPER + ALT + KEY
Key(
[mod, "mod1"], "b",
lazy.spawn("tabbed -r 2 surf -pe x '.surf/html/homepage.html'"),
desc='lynx browser'
),
Key(
[mod, "mod1"], "l",
lazy.spawn(myTerm+" -e lynx gopher://distro.tube"),