mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +02:00
added nvm init
This commit is contained in:
@@ -181,7 +181,7 @@
|
|||||||
|
|
||||||
# Should a notification popped up from history be sticky or timeout
|
# Should a notification popped up from history be sticky or timeout
|
||||||
# as if it would normally do.
|
# as if it would normally do.
|
||||||
sticky_history = yes
|
sticky_history = no
|
||||||
|
|
||||||
# Maximum amount of notifications kept in history
|
# Maximum amount of notifications kept in history
|
||||||
history_length = 20
|
history_length = 20
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
# Useful to enforce the timeout set by dunst configuration. Without this
|
# Useful to enforce the timeout set by dunst configuration. Without this
|
||||||
# parameter, an application may close the notification sent before the
|
# parameter, an application may close the notification sent before the
|
||||||
# user defined timeout.
|
# user defined timeout.
|
||||||
ignore_dbusclose = false
|
ignore_dbusclose = true
|
||||||
|
|
||||||
### Legacy
|
### Legacy
|
||||||
|
|
||||||
@@ -296,7 +296,7 @@
|
|||||||
background = "#2e3440"
|
background = "#2e3440"
|
||||||
foreground = "#eceff4"
|
foreground = "#eceff4"
|
||||||
frame_color = "#5e81ac"
|
frame_color = "#5e81ac"
|
||||||
timeout = 10
|
timeout = 4
|
||||||
# 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
|
||||||
|
|
||||||
@@ -304,7 +304,7 @@
|
|||||||
background = "#2e3440"
|
background = "#2e3440"
|
||||||
foreground = "#eceff4"
|
foreground = "#eceff4"
|
||||||
frame_color = "#5e81ac"
|
frame_color = "#5e81ac"
|
||||||
timeout = 10
|
timeout = 6
|
||||||
# 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
|
||||||
|
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
background = "#2e3440"
|
background = "#2e3440"
|
||||||
foreground = "#eceff4"
|
foreground = "#eceff4"
|
||||||
frame_color = "#88c0d0"
|
frame_color = "#88c0d0"
|
||||||
timeout = 0
|
timeout = 20
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
|
|||||||
@@ -3,32 +3,27 @@
|
|||||||
<fontconfig>
|
<fontconfig>
|
||||||
|
|
||||||
<!-- Hinted fonts -->
|
<!-- Hinted fonts -->
|
||||||
<match target="font">
|
<!-- <match target="font"> -->
|
||||||
<edit mode="assign" name="antialias">
|
<!-- <edit mode="assign" name="antialias"> -->
|
||||||
<bool>true</bool>
|
<!-- <bool>true</bool> -->
|
||||||
</edit>
|
<!-- </edit> -->
|
||||||
<edit mode="assign" name="embeddedbitmap">
|
<!-- <edit mode="assign" name="embeddedbitmap"> -->
|
||||||
<bool>false</bool>
|
<!-- <bool>false</bool> -->
|
||||||
</edit>
|
<!-- </edit> -->
|
||||||
<edit mode="assign" name="hinting">
|
<!-- <edit mode="assign" name="hinting"> -->
|
||||||
<bool>true</bool>
|
<!-- <bool>true</bool> -->
|
||||||
</edit>
|
<!-- </edit> -->
|
||||||
<edit mode="assign" name="hintstyle">
|
<!-- <edit mode="assign" name="hintstyle"> -->
|
||||||
<const>hintslight</const>
|
<!-- <const>hintslight</const> -->
|
||||||
</edit>
|
<!-- </edit> -->
|
||||||
<edit mode="assign" name="lcdfilter">
|
<!-- <edit mode="assign" name="lcdfilter"> -->
|
||||||
<const>lcddefault</const>
|
<!-- <const>lcddefault</const> -->
|
||||||
</edit>
|
<!-- </edit> -->
|
||||||
<edit mode="assign" name="rgba">
|
<!-- <edit mode="assign" name="rgba"> -->
|
||||||
<const>rgb</const>
|
<!-- <const>rgb</const> -->
|
||||||
</edit>
|
<!-- </edit> -->
|
||||||
</match>
|
<!-- </match> -->
|
||||||
|
|
||||||
<match target="font">
|
|
||||||
<edit name="hintstyle" mode="assign">
|
|
||||||
<const>hintslight</const>
|
|
||||||
</edit>
|
|
||||||
</match>
|
|
||||||
<!-- END Hinted fonts -->
|
<!-- END Hinted fonts -->
|
||||||
|
|
||||||
<!-- Enable anti-aliasing only for bigger fonts -->
|
<!-- Enable anti-aliasing only for bigger fonts -->
|
||||||
@@ -87,50 +82,42 @@
|
|||||||
</match>
|
</match>
|
||||||
<!-- END Default monospace fonts -->
|
<!-- END Default monospace fonts -->
|
||||||
|
|
||||||
<!-- Default emoji fonts -->
|
|
||||||
<match target="pattern">
|
|
||||||
<test qual="any" name="family"><string>emoji</string></test>
|
|
||||||
<edit name="family" mode="prepend" binding="same"><string>Noto Color Emoji</string></edit>
|
|
||||||
<edit name="family" mode="prepend" binding="same"><string>Noto Emoji</string></edit>
|
|
||||||
</match>
|
|
||||||
<!-- END Default emoji fonts -->
|
|
||||||
|
|
||||||
<!-- Fallback fonts preference order -->
|
<!-- Fallback fonts preference order -->
|
||||||
<alias>
|
<alias>
|
||||||
<family>sans-serif</family>
|
<family>sans-serif</family>
|
||||||
<prefer>
|
<prefer>
|
||||||
<family>Material Design Icons</family>
|
|
||||||
<family>Roboto</family>
|
<family>Roboto</family>
|
||||||
<family>Open Sans</family>
|
<family>Open Sans</family>
|
||||||
<family>Noto Color Emoji</family>
|
<family>Noto Color Emoji</family>
|
||||||
<family>Noto Emoji</family>
|
<family>Material Design Icons</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
<family>serif</family>
|
<family>serif</family>
|
||||||
<prefer>
|
<prefer>
|
||||||
<family>Material Design Icons</family>
|
|
||||||
<family>Noto Serif</family>
|
<family>Noto Serif</family>
|
||||||
<family>Noto Color Emoji</family>
|
<family>Noto Color Emoji</family>
|
||||||
<family>Noto Emoji</family>
|
<family>Material Design Icons</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
<family>monospace</family>
|
<family>monospace</family>
|
||||||
<prefer>
|
<prefer>
|
||||||
<family>Material Design Icons</family>
|
|
||||||
<family>Hack Nerd Font Mono</family>
|
<family>Hack Nerd Font Mono</family>
|
||||||
<family>JetBrains Mono Regular Nerd Font Complete Mono</family>
|
<family>JetBrains Mono Regular Nerd Font Complete Mono</family>
|
||||||
<family>Roboto Mono</family>
|
<family>Roboto Mono</family>
|
||||||
<family>Noto Color Emoji</family>
|
<family>Noto Color Emoji</family>
|
||||||
<family>Noto Emoji</family>
|
<family>Material Design Icons</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
<family>emoji</family>
|
<family>emoji</family>
|
||||||
<prefer>
|
<prefer>
|
||||||
<family>Noto Color Emoji</family>
|
<family>Noto Color Emoji</family>
|
||||||
<family>Noto Emoji</family>
|
<family>Material Design Icons</family>
|
||||||
|
<family>Hack Nerd Font Mono</family>
|
||||||
|
<family>JetBrains Mono Regular Nerd Font Complete Mono</family>
|
||||||
|
<family>Roboto Mono</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<!-- END Fallback fonts preference order -->
|
<!-- END Fallback fonts preference order -->
|
||||||
|
|||||||
@@ -125,3 +125,7 @@ alias cleanup="cachec && blank && trashc && blank && yayc && blank && orphanr"
|
|||||||
# libvirt
|
# libvirt
|
||||||
alias win1030="sudo virsh start Windows10_1030"
|
alias win1030="sudo virsh start Windows10_1030"
|
||||||
alias win1660="sudo virsh start Windows10_1660"
|
alias win1660="sudo virsh start Windows10_1660"
|
||||||
|
|
||||||
|
# init
|
||||||
|
|
||||||
|
source /usr/share/nvm/init-nvm.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user