aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-20 11:35:14 +0300
committerawy <awy@awy.one>2024-11-20 11:35:14 +0300
commit3c88c0cea187faef79c437bd60332c0feff27eff (patch)
treec69c80a78b788dba3762016ad1918c9b58eae94d /.config
parent7086c25154ab910609a039ca00390a6f39865c5f (diff)
man syntax highlight
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprlock.conf2
-rw-r--r--.config/shell/profile1
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf
index 10887bb..6dcd678 100644
--- a/.config/hypr/hyprlock.conf
+++ b/.config/hypr/hyprlock.conf
@@ -22,7 +22,7 @@ label {
text = $TIME
color = rgba(235, 219, 178, 1)
font_size = 64
- font_family = Iosevka Nerd Font Mono
+ font_family = Sans
shadow_passes = 2
position = 0, 180
diff --git a/.config/shell/profile b/.config/shell/profile
index 056dfdd..c5c0433 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -2,6 +2,7 @@ export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)"
export ZDOTDIR="$HOME/.config/zsh"
export BROWSER="firefox"
export EDITOR="nvim"
+export MANPAGER='nvim +Man!'
export TERMINAL="foot"
export TERMINAL_PROG="foot"