diff options
Diffstat (limited to 'X11')
-rw-r--r-- | X11/xresources | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/X11/xresources b/X11/xresources index 7115b96..63f2348 100644 --- a/X11/xresources +++ b/X11/xresources @@ -1,6 +1,6 @@ !! dmenu -dmenu.font: mononoki Nerd Font Mono:size=24 +dmenu.font: FiraCode Nerd Font Mono:size=24 !! dwm @@ -30,7 +30,7 @@ st.termname: st-256color st.shell: /usr/bin/tmux ! The following options options can be reloaded via USR1 signal. -!st.font: Fira Code Nerd Font Mono:pixelsize=12:antialias=true:autohint=true; +!st.font: FiraCode Nerd Font Mono:pixelsize=12:antialias=true:autohint=true; !st.font2: Symbola:pixelsize=12:antialias=true:autohint=true; st.borderpx: 3 ! st alpha @@ -76,7 +76,7 @@ URxvt.secondaryScreen: 1 URxvt.secondaryScroll: 0 URxvt.secondaryWheel: 1 ! URxvt font -URxvt.font: xft:Fira Code:regular:size=8,xft:symbola:regular:size=9 +URxvt.font: xft:FiraCode:regular:size=8,xft:symbola:regular:size=9 ! fix font spacing URxvt.letterSpace: -1 ! Disable printing @@ -119,7 +119,7 @@ rofi.width: 1366 ! "Number of columns" Set from: Default ! rofi.columns: 1 ! "Font to use" Set from: Default -rofi.font: mononoki 9 +rofi.font: FiraCode 9 ! "Border width" Set from: Default ! rofi.bw: 1 ! "Location on screen" Set from: Default |