diff --git a/Xresources b/Xresources index bbe0d84..9c10d8b 100644 --- a/Xresources +++ b/Xresources @@ -3,10 +3,10 @@ ! 125%: 96*1.25 = 120 ! 150%: 96*1.5 = 144 ! 200%: 96*2.0 = 192 -Xft.dpi: 120 +Xft.dpi: 144 ! xterm -xterm.vt100.faceName: monospace:size=12:antialias=true:autohint=true +xterm.vt100.faceName: monospace:size=10:antialias=true:autohint=true xterm.vt100.eightBitInput: false xterm.vt100.reverseVideo: true xterm.vt100.printerCommand: select-url diff --git a/bin/dmenu-desktop b/bin/dmenu-desktop index 1895e25..3be9195 100755 --- a/bin/dmenu-desktop +++ b/bin/dmenu-desktop @@ -2,4 +2,4 @@ set -e -j4-dmenu-desktop --dmenu="dmenu -i -fn monospace:size=12" +j4-dmenu-desktop --dmenu="dmenu -i -fn monospace:size=10" diff --git a/bin/emoji-selector b/bin/emoji-selector index 06991b6..baf896e 100755 --- a/bin/emoji-selector +++ b/bin/emoji-selector @@ -15,7 +15,7 @@ case "$1" in fi ;; "") - bash $0 list | dmenu -i -fn monospace:size=12 -p 'Emoji: ' | bash $0 copy + bash $0 list | dmenu -i -fn monospace:size=10 -p 'Emoji: ' | bash $0 copy ;; esac diff --git a/bin/select-url b/bin/select-url index 5644624..b02df9b 100755 --- a/bin/select-url +++ b/bin/select-url @@ -9,5 +9,5 @@ grep -Eo '\bhttps?://\S+\b' | uniq | - dmenu -fn monospace:size=12 -i -p "Open URL:" | + dmenu -fn monospace:size=10 -i -p "Open URL:" | xargs xdg-open diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 07d9831..8e89c8a 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -86,7 +86,7 @@ ### Text ### - font = monospace 12 + font = monospace 10 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height.