xkill and increse hist size
This commit is contained in:
parent
5fd019fdc7
commit
a39204af66
2 changed files with 3 additions and 2 deletions
|
@ -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
4
.zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue