From 01c5a3c712f03c8587af50f37819b8efd8ed3382 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 8 Jun 2021 20:43:22 +0200 Subject: [PATCH] config: little X config amendments --- .Xdefaults | 1 - .Xresources | 1 + .xinitrc | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .Xdefaults diff --git a/.Xdefaults b/.Xdefaults deleted file mode 100644 index a387d3d..0000000 --- a/.Xdefaults +++ /dev/null @@ -1 +0,0 @@ -[termname]*vbell: True diff --git a/.Xresources b/.Xresources index 6f2b189..4e9e03f 100644 --- a/.Xresources +++ b/.Xresources @@ -1,2 +1,3 @@ +[termname]*vbell: True *.font: mono:pixelsize=28:antialias=true:autohint=true; *.background: #222 diff --git a/.xinitrc b/.xinitrc index b3e3c61..e26ef46 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,2 +1,3 @@ export DESKTOP_SESSION=plasma +export QT_IM_MODULE=plasmaim exec startplasma-x11