diff --git a/main b/main index cb3ebc7..3f5f407 100644 --- a/main +++ b/main @@ -176,6 +176,9 @@ alias la="ls -la" # Enable emacs keybindings bindkey -e # +# Support for the delete key +bindkey "^[[3~" delete-char +# # The file the History is written to HISTFILE=~/.zsh_history # diff --git a/sway/config b/sway/config index 676bc22..30cabf0 100755 --- a/sway/config +++ b/sway/config @@ -250,8 +250,8 @@ bar { colors { statusline #ffffff - background #323232 - #inactive_workspace #32323200 #32323200 #5c5c5c + background #32323288 + inactive_workspace #32323288 #32323288 #ffffff } }