Remove noto fonts and replace by firacode
This commit is contained in:
parent
f76a83a815
commit
365198dbfe
3 changed files with 3 additions and 5 deletions
|
@ -15,7 +15,6 @@
|
|||
- picom
|
||||
- python-feedparser
|
||||
- python-matplotlib
|
||||
- noto-fonts
|
||||
- numlockx # activate numlock (set in .xinitrc)
|
||||
- scrot
|
||||
- sysstat
|
||||
|
@ -40,7 +39,6 @@
|
|||
- fonts-font-awesome
|
||||
- fonts-jetbrains-mono
|
||||
- fonts-firacode
|
||||
- fonts-noto
|
||||
- hsetroot
|
||||
- i3-wm
|
||||
- i3lock
|
||||
|
|
|
@ -3,7 +3,7 @@ set $super Mod4
|
|||
set $alt Mod1
|
||||
|
||||
# set font
|
||||
font pango: Noto Sans 9
|
||||
font pango: FiraCode 9
|
||||
|
||||
# Use Mouse+$super to drag floating windows to their wanted position
|
||||
floating_modifier $super
|
||||
|
@ -19,7 +19,7 @@ exec --no-startup-id xsettingsd &
|
|||
exec --no-startup-id picom -b --config ~/.config/picom.conf
|
||||
|
||||
# program launcher
|
||||
bindsym $super+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:size=8'"
|
||||
bindsym $super+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'FiraCode:size=9'"
|
||||
|
||||
# scratchpad
|
||||
bindsym $super+Shift+BackSpace move scratchpad
|
||||
|
|
|
@ -926,7 +926,7 @@
|
|||
background_color = "#003300"
|
||||
background_image = None
|
||||
cursor_color = "#00c800"
|
||||
font = Noto Mono 7
|
||||
font = FiraCode 8
|
||||
foreground_color = "#00c800"
|
||||
scrollback_infinite = True
|
||||
scrollbar_position = hidden
|
||||
|
|
Loading…
Add table
Reference in a new issue