1
0
Fork 0

Compare commits

..

No commits in common. "c4d03f75d075f0a7139108ab6b7e9017a86136c6" and "66fd675eaf7abcbb2e96c1a4bc27feba64bdc184" have entirely different histories.

4 changed files with 9 additions and 10 deletions

View file

@ -86,7 +86,7 @@
### Text ###
font = Hack 8
font = Mononoki 8
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@ -126,7 +126,7 @@
# %n progress value if set without any extra characters
# %% Literal %
# Markup is allowed
format = "<b>%s</b>\n%b\n%p"
format = "<b>%s</b>\n%b"
# Alignment of message text.
# Possible values are "left", "center" and "right".
@ -180,10 +180,10 @@
### Misc/Advanced ###
# dmenu path.
dmenu = /usr/bin/rofi -dmenu -p dunst:
dmenu = /usr/bin/dmenu -p dunst:
# Browser for opening urls in context menu.
browser = /usr/bin/xdg-open
browser = /usr/bin/firefox -new-tab
# Always run rule-defined scripts, even if the notification is suppressed
always_run_script = true

View file

@ -50,7 +50,7 @@ font_size 12.0
#: to get BIDI support, because it will force kitty to always treat
#: the text as LTR, which FriBidi expects for terminals.
symbol_map U+E000-U+F8FF Symbols Nerd Font Mono
# symbol_map
#: E.g. symbol_map U+E0A0-U+E0A3,U+E0C0-U+E0C7 PowerlineSymbols
@ -2446,4 +2446,5 @@ map kitty_mod+F2 launch --type overlay --cwd=current lazygit
#: }}}
# include Gruvbox Dark Hard.conf

View file

@ -1,11 +1,9 @@
[Unit]
Description=Dunst notification daemon
Documentation=man:dunst(1)
Description=Notification daemon
PartOf=hlwm.target
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
Type=simple
ExecStart=/usr/bin/dunst
[Install]

View file

@ -27,7 +27,7 @@ pocompile() {
}
man() {
if [[ "$1" = -k ]] || [[ "$1" = '---' ]] ; then
if [[ "$1" = -k ]]; then
command man "$@"
elif [[ -n "$1" ]]; then
vim man://$1