diff options
author | Joe <rrbo@proton.me> | 2022-11-04 18:50:23 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2022-11-04 18:50:23 +0100 |
commit | dc7ccbf983f5c1f16be9a47dc044e8c6e83aa693 (patch) | |
tree | 56bdebc619125daf976de1bb88c3d69547e9b934 | |
parent | up (diff) | |
download | dotfiles-bsd-dc7ccbf983f5c1f16be9a47dc044e8c6e83aa693.tar.gz dotfiles-bsd-dc7ccbf983f5c1f16be9a47dc044e8c6e83aa693.tar.bz2 dotfiles-bsd-dc7ccbf983f5c1f16be9a47dc044e8c6e83aa693.tar.xz dotfiles-bsd-dc7ccbf983f5c1f16be9a47dc044e8c6e83aa693.tar.zst dotfiles-bsd-dc7ccbf983f5c1f16be9a47dc044e8c6e83aa693.zip |
update
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 | ||||
-rw-r--r-- | .config/dunst/dunstrc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 5049618..6b60e38 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -350,7 +350,7 @@ hints: command: linkview post_processing: true binding: - key: U + key: I mods: Control|Shift mouse: diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index fd9c760..655f6b0 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -[espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +#[espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" |