From b29222d051dba2bb81dfd8eee5c1b4f9ff98f823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Sun, 1 Aug 2021 22:30:17 +0200 Subject: [PATCH] various changes --- dunst/.config/dunst/dunstrc | 16 ++++++++-------- scripts/scripts/init_startup | 5 ++--- zsh/.zshrc | 2 ++ 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 1a233f0..eb28a44 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -327,19 +327,19 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#0a4158" - foreground = "#ff9636" - frame_color = "#ff9636" - highlight = "#ff9636" + background = "#50514f" + foreground = "#b4adea" + frame_color = "#b4adea" + highlight = "#b4adea" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#0a4158" - foreground = "#ff9636" - frame_color = "#ff9636" - highlight = "#ff9636" + background = "#50514f" + foreground = "#b4adea" + frame_color = "#b4adea" + highlight = "#b4adea" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon diff --git a/scripts/scripts/init_startup b/scripts/scripts/init_startup index b2c0661..48c6eb2 100755 --- a/scripts/scripts/init_startup +++ b/scripts/scripts/init_startup @@ -2,11 +2,10 @@ numlockx & nm-applet & -volctl & +pasystray & udiskie -t & redshift-gtk & -alttab -d 1 -w 1 -bg "#0a4158" -fg "#ff9636" -frame "#ff9636" & -picom -b +alttab -d 1 -w 1 -bg "#50514f" -fg "#b4adea" -frame "#b4adea" & disable_touchpad diff --git a/zsh/.zshrc b/zsh/.zshrc index d0df684..bdf33fa 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -75,6 +75,8 @@ bindkey "^[b" backward-word # Alt + b bindkey "^[f" forward-word # Alt + f bindkey "^A" beginning-of-line # Ctrl + a bindkey "^E" end-of-line # Ctrl + e +bindkey "^K" kill-line # Ctrl + k +bindkey "^U" backward-kill-line # Ctrl + u # save path on cd (chpwd is a zsh hook) and spawned subshell function chpwd {