diff --git a/.config/i3/config b/.config/i3/config index f7bb535..605d871 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 diff --git a/.zshrc b/.zshrc index 78e2089..6802c58 100644 --- a/.zshrc +++ b/.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