various changes
This commit is contained in:
parent
4e767e2994
commit
b29222d051
@ -327,19 +327,19 @@
|
|||||||
[urgency_low]
|
[urgency_low]
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#0a4158"
|
background = "#50514f"
|
||||||
foreground = "#ff9636"
|
foreground = "#b4adea"
|
||||||
frame_color = "#ff9636"
|
frame_color = "#b4adea"
|
||||||
highlight = "#ff9636"
|
highlight = "#b4adea"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#0a4158"
|
background = "#50514f"
|
||||||
foreground = "#ff9636"
|
foreground = "#b4adea"
|
||||||
frame_color = "#ff9636"
|
frame_color = "#b4adea"
|
||||||
highlight = "#ff9636"
|
highlight = "#b4adea"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|||||||
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
numlockx &
|
numlockx &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
volctl &
|
pasystray &
|
||||||
udiskie -t &
|
udiskie -t &
|
||||||
redshift-gtk &
|
redshift-gtk &
|
||||||
alttab -d 1 -w 1 -bg "#0a4158" -fg "#ff9636" -frame "#ff9636" &
|
alttab -d 1 -w 1 -bg "#50514f" -fg "#b4adea" -frame "#b4adea" &
|
||||||
picom -b
|
|
||||||
|
|
||||||
disable_touchpad
|
disable_touchpad
|
||||||
|
|
||||||
|
|||||||
@ -75,6 +75,8 @@ bindkey "^[b" backward-word # Alt + b
|
|||||||
bindkey "^[f" forward-word # Alt + f
|
bindkey "^[f" forward-word # Alt + f
|
||||||
bindkey "^A" beginning-of-line # Ctrl + a
|
bindkey "^A" beginning-of-line # Ctrl + a
|
||||||
bindkey "^E" end-of-line # Ctrl + e
|
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
|
# save path on cd (chpwd is a zsh hook) and spawned subshell
|
||||||
function chpwd {
|
function chpwd {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user