diff options
author | zachir <zachir@librem.one> | 2025-07-30 14:10:01 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-30 14:10:01 -0500 |
commit | 3f0bd64725a974578cd2f6894ea08f18c9f72be0 (patch) | |
tree | ecd8a7d84511ee9bfc5c7dc8d4dcaa54e828699b /X11/xresources | |
parent | 437d77fc962e19d6ee4a060b53c390657e2d0ef2 (diff) | |
parent | a1197255ddb1bb14a03e149219bd38d3f95aa382 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'X11/xresources')
-rw-r--r-- | X11/xresources | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/X11/xresources b/X11/xresources index 13799fc..7d2525a 100644 --- a/X11/xresources +++ b/X11/xresources @@ -1,6 +1,6 @@ !! dmenu -dmenu.font: FiraCode Nerd Font Mono:size=24 +dmenu.font: JetBrainsMono Nerd Font: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: FiraCode Nerd Font Mono:pixelsize=12:antialias=true:autohint=true; +!st.font: JetBrainsMono Nerd Font: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:FiraCode:regular:size=8,xft:symbola:regular:size=9 +URxvt.font: xft:JetBrainsMono: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: FiraCode 9 +rofi.font: JetBrainsMono 9 ! "Border width" Set from: Default ! rofi.bw: 1 ! "Location on screen" Set from: Default |