Run xbindkeys on startup

master
Hektor Misplon 2022-05-11 01:19:26 +02:00
parent 2594397c92
commit 8ef636b986
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,6 @@ get_git_info() {
git rev-parse --is-inside-work-tree &>/dev/null || return
echo -e "$(get_branch_name)"
}
export PS1="\u \w ❭\[$(tput sgr0)\] "
# History
@ -30,7 +29,7 @@ export HISTIGNORE="clear:l: *"
export MANWIDTH=120
# Vim
export EDITOR='vim'
export EDITOR=vim
# Fuzzy finder setup
export FZF_COMPLETION_TRIGGER='**'

View File

@ -23,6 +23,7 @@ fi
xset -b # disable bell
xset r rate 200 30 # adjust typematic delay & rate
xbindkeys &
xbanish &
dwmblocks &
udiskie &