···8585 bindsym $mod+Shift+q kill
86868787 # bind bad return presses to nothing
8888- bindsym Shift+Return Return
8888+# bindsym Shift+Return Return
8989 bindsym Mod1+Shift+Return Return
90909191 # Start your launcher
+1-1
.rc
···33PS1='$(prompt) \$ '
4455# make history infinite, dedup'd, and sync'd between terms
66+HISTFILE=~/.sh_eternal_history
67HISTFILESIZE=infinite
78HISTCONTROL=ignoredups:erasedups
88-HISTFILE=~/.sh_eternal_history
99shopt -s histappend
1010PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r"
1111