From 2a190c8508e5543be22a0aeb86fc39ef26ba2e9d Mon Sep 17 00:00:00 2001
From: Yaroslav de la Peña Smirnov <yps@yaroslavps.com>
Date: Mon, 1 Feb 2021 08:10:50 +0300
Subject: swaylock: don't use fixed font size

Swaylock(-effects) doesn't play nice with high DPI, and seems to use
absolute pixels as its font size unit, instead of relative pixels.
---
 dotfiles/.config/swaylock/config | 1 -
 1 file changed, 1 deletion(-)

(limited to 'dotfiles')

diff --git a/dotfiles/.config/swaylock/config b/dotfiles/.config/swaylock/config
index b6c8304..4f36d70 100644
--- a/dotfiles/.config/swaylock/config
+++ b/dotfiles/.config/swaylock/config
@@ -1,6 +1,5 @@
 color=#00000000
 font=monospace
-font-size=32
 scaling=fill
 indicator-radius=120
 show-failed-attempts
-- 
cgit v1.2.3