commit a6ca17ec993460118d9f94fbab61ec51f4b77a4f
parent b17306127fdd8dab7e1c7b0cdce536492edf3ff5
Author: mjkloeckner <martin.cachari@gmail.com>
Date: Wed, 21 Dec 2022 18:54:31 -0300
added font name to README.md
Diffstat:
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-# Martin's linux configuration files
+# Personal linux configuration files
These are my config files. I use linux with suckless's dynamic window manager
(dwm), it's nothing too fancy, just a nice wallpaper and a black status bar on
@@ -10,13 +10,14 @@ debugging [6502 emulator](https://github.com/mjkloeckner/6502)
![debugging 6502 emulator](https://user-images.githubusercontent.com/64109770/209008527-a6ea6ca3-8b7d-4e72-a41f-b1ee632bbf73.png)
## Applications that I use
-* **OS**: Arch linux
-* **SHELL**: Zsh
-* **Term**: kitty because of the ligature support, I also use suckless's simple
- terminal (st) too on my laptop
-* **Editor**: vim (neovim)
-* **Web Browser**: Firefox
-* **Login Manager**: autologin on tty1 and starting Xserver from zshrc
+- **OS**: Arch linux
+- **SHELL**: Zsh
+- **Font**: [Victor Mono Regular](https://rubjo.github.io/victor-mono/)
+- **Term**: kitty because of the ligature support, I also use suckless's simple
+- terminal (st) too on my laptop
+- **Editor**: vim (neovim)
+- **Web Browser**: Firefox
+- **Login Manager**: autologin on tty1 and starting Xserver from zshrc
```console
# Starts the X server only on tty1
@@ -26,7 +27,7 @@ if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
fi
```
-* **Lockscreen**: i3lock custom
+- **Lockscreen**: i3lock custom
[script](https://github.com/klewer-martin/scripts/blob/inspiron/lockscreen)
-* **Notifications**: Dunst
-* **Blue light filter**: redshift
+- **Notifications**: Dunst
+- **Blue light filter**: redshift