From a543e4b6425cd046dcc30141eb2d38d059c6678c Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 31 Jan 2022 21:25:18 +0100 Subject: [PATCH] added nvm init --- .config/dunst/dunstrc | 10 ++-- .config/fontconfig/fonts.conf##hostname.pc | 67 +++++++++------------- .extrarc | 4 ++ 3 files changed, 36 insertions(+), 45 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 53c65bb..fd475fc 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -181,7 +181,7 @@ # Should a notification popped up from history be sticky or timeout # as if it would normally do. - sticky_history = yes + sticky_history = no # Maximum amount of notifications kept in history history_length = 20 @@ -229,7 +229,7 @@ # Useful to enforce the timeout set by dunst configuration. Without this # parameter, an application may close the notification sent before the # user defined timeout. - ignore_dbusclose = false + ignore_dbusclose = true ### Legacy @@ -296,7 +296,7 @@ background = "#2e3440" foreground = "#eceff4" frame_color = "#5e81ac" - timeout = 10 + timeout = 4 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon @@ -304,7 +304,7 @@ background = "#2e3440" foreground = "#eceff4" frame_color = "#5e81ac" - timeout = 10 + timeout = 6 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon @@ -312,7 +312,7 @@ background = "#2e3440" foreground = "#eceff4" frame_color = "#88c0d0" - timeout = 0 + timeout = 20 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon diff --git a/.config/fontconfig/fonts.conf##hostname.pc b/.config/fontconfig/fonts.conf##hostname.pc index b65bc66..764d860 100644 --- a/.config/fontconfig/fonts.conf##hostname.pc +++ b/.config/fontconfig/fonts.conf##hostname.pc @@ -3,32 +3,27 @@ - - - true - - - false - - - true - - - hintslight - - - lcddefault - - - rgb - - + + + + + + + + + + + + + + + + + + + + - - - hintslight - - @@ -87,50 +82,42 @@ - - - emoji - Noto Color Emoji - Noto Emoji - - - sans-serif - Material Design Icons Roboto Open Sans Noto Color Emoji - Noto Emoji + Material Design Icons serif - Material Design Icons Noto Serif Noto Color Emoji - Noto Emoji + Material Design Icons monospace - Material Design Icons Hack Nerd Font Mono JetBrains Mono Regular Nerd Font Complete Mono Roboto Mono Noto Color Emoji - Noto Emoji + Material Design Icons emoji Noto Color Emoji - Noto Emoji + Material Design Icons + Hack Nerd Font Mono + JetBrains Mono Regular Nerd Font Complete Mono + Roboto Mono diff --git a/.extrarc b/.extrarc index a0cb6a2..303f70f 100644 --- a/.extrarc +++ b/.extrarc @@ -125,3 +125,7 @@ alias cleanup="cachec && blank && trashc && blank && yayc && blank && orphanr" # libvirt alias win1030="sudo virsh start Windows10_1030" alias win1660="sudo virsh start Windows10_1660" + +# init + +source /usr/share/nvm/init-nvm.sh