diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-16 02:50:45 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-16 02:50:45 +0200 |
commit | d1e66a980851aed154926852333d683dc5554bc9 (patch) | |
tree | ae906574a57910a1aa58998aed1d7a25c0fd6e01 | |
parent | 8c22e3212086a89990a3709c78c3eb5ca92a7b2e (diff) |
reduced font size
-rw-r--r-- | config/hyprland/foot/foot.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hyprland/foot/foot.ini b/config/hyprland/foot/foot.ini index 8caee75..032c558 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -9,7 +9,7 @@ term=xterm-256color title="" # locked-title=no -font=monospace:size=11 +font=monospace:size=10.5 # font-bold=<bold variant of regular font> # font-italic=<italic variant of regular font> # font-bold-italic=<bold+italic variant of regular font> @@ -121,7 +121,7 @@ search-start=Control+Shift+r # minimize=none # maximize=none # fullscreen=none -# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none +pipe-visible=[sh -c "cat > /tmp/footvisible"] Mod1+Shift+p # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none # pipe-selected=[xargs -r firefox] none # show-urls-launch=Control+Shift+u |