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 ### ### Text ###
font = Hack 8 font = Mononoki 8
# The spacing between lines. If the height is smaller than the # The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height. # font height, it will get raised to the font height.
@ -126,7 +126,7 @@
# %n progress value if set without any extra characters # %n progress value if set without any extra characters
# %% Literal % # %% Literal %
# Markup is allowed # Markup is allowed
format = "<b>%s</b>\n%b\n%p" format = "<b>%s</b>\n%b"
# Alignment of message text. # Alignment of message text.
# Possible values are "left", "center" and "right". # Possible values are "left", "center" and "right".
@ -180,10 +180,10 @@
### Misc/Advanced ### ### Misc/Advanced ###
# dmenu path. # dmenu path.
dmenu = /usr/bin/rofi -dmenu -p dunst: dmenu = /usr/bin/dmenu -p dunst:
# Browser for opening urls in context menu. # 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 rule-defined scripts, even if the notification is suppressed
always_run_script = true 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 #: to get BIDI support, because it will force kitty to always treat
#: the text as LTR, which FriBidi expects for terminals. #: 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 #: 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 # include Gruvbox Dark Hard.conf

View file

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

View file

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