From d40fc5c2a0e2c77cfb35320112df84c034dde775 Mon Sep 17 00:00:00 2001 From: jon Date: Sat, 30 May 2020 22:03:04 -0500 Subject: [PATCH] Fixed font issue with dunst --- bash/.bashrc | 5 ++++- config/.config/dunst/dunstrc | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index a9f1c66..2d9f3b0 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -21,7 +21,7 @@ export LESS='-C -M -j 3 -R -# 2' # User specific aliases and functions alias l.='ls -lh --time-style=long-iso --color' 2>/dev/null alias l='ls -lh --color --time-style=long' -alias ll='ls -lah --color --time-style=long' +alias ll='ls -lAh --color --time-style=long' alias lsd='l -d */' alias p='ping' alias dmesg='dmesg -H' @@ -29,6 +29,9 @@ alias ip='ip -c' #alias s='sudo $(history -p !!)' alias s='sudo' +#not sure why fedora doesnt set this or what it might break but here we go +export XDG_CONFIG_HOME=$HOME/.config + # make tab after cd only complete using dir names complete -d cd diff --git a/config/.config/dunst/dunstrc b/config/.config/dunst/dunstrc index 0b2a067..777c8c4 100644 --- a/config/.config/dunst/dunstrc +++ b/config/.config/dunst/dunstrc @@ -1,5 +1,6 @@ [global] ### Display ### + font = Liberation Mono # Which monitor should the notifications be displayed on. monitor = 2