Fixed font issue with dunst
This commit is contained in:
@@ -21,7 +21,7 @@ export LESS='-C -M -j 3 -R -# 2'
|
|||||||
# User specific aliases and functions
|
# User specific aliases and functions
|
||||||
alias l.='ls -lh --time-style=long-iso --color' 2>/dev/null
|
alias l.='ls -lh --time-style=long-iso --color' 2>/dev/null
|
||||||
alias l='ls -lh --color --time-style=long'
|
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 lsd='l -d */'
|
||||||
alias p='ping'
|
alias p='ping'
|
||||||
alias dmesg='dmesg -H'
|
alias dmesg='dmesg -H'
|
||||||
@@ -29,6 +29,9 @@ alias ip='ip -c'
|
|||||||
#alias s='sudo $(history -p !!)'
|
#alias s='sudo $(history -p !!)'
|
||||||
alias s='sudo'
|
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
|
# make tab after cd only complete using dir names
|
||||||
complete -d cd
|
complete -d cd
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
[global]
|
[global]
|
||||||
### Display ###
|
### Display ###
|
||||||
|
font = Liberation Mono
|
||||||
|
|
||||||
# Which monitor should the notifications be displayed on.
|
# Which monitor should the notifications be displayed on.
|
||||||
monitor = 2
|
monitor = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user