Compare commits

..

2 commits

Author SHA1 Message Date
e94c249d29 feat(sway): transparent bar 2025-02-22 18:47:08 +01:00
ef580bbae2 feat(main): added support for the delete key 2025-02-22 18:45:44 +01:00
2 changed files with 5 additions and 2 deletions

3
main
View file

@ -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
#

View file

@ -250,8 +250,8 @@ bar {
colors {
statusline #ffffff
background #323232
#inactive_workspace #32323200 #32323200 #5c5c5c
background #32323288
inactive_workspace #32323288 #32323288 #ffffff
}
}