xkill and increse hist size

This commit is contained in:
xfnw 2020-11-06 17:43:03 -05:00
parent 5fd019fdc7
commit a39204af66
2 changed files with 3 additions and 2 deletions

View file

@ -36,6 +36,7 @@ bindsym $mod+apostrophe exec xfce4-terminal --drop-down
# kill focused window
bindsym $mod+Shift+q kill
bindsym $mod+q exec xkill
# start rofi (a program launcher)
bindsym $mod+d exec rofi -show combi

4
.zshrc
View file

@ -22,8 +22,8 @@ alias hexcat="catgirl -h chat.freenode.net -n xfnwtest -ec cert.pem -u"
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
HISTSIZE=1000000
SAVEHIST=1000000
setopt autocd
bindkey -v
# End of lines configured by zsh-newuser-install