From ef580bbae2ad8561708f5aae997f0d7aec62bc59 Mon Sep 17 00:00:00 2001 From: pauljako Date: Sun, 2 Feb 2025 12:37:36 +0100 Subject: [PATCH 1/2] feat(main): added support for the delete key --- main | 3 +++ 1 file changed, 3 insertions(+) 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 # From e94c249d29258c4b0f787f36ba86663f08550aa6 Mon Sep 17 00:00:00 2001 From: pauljako Date: Sat, 22 Feb 2025 18:47:08 +0100 Subject: [PATCH 2/2] feat(sway): transparent bar --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } }