various changes
This commit is contained in:
parent
4e767e2994
commit
b29222d051
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user