From eee0ad77f1d8e24e2e40a75a94f3a9713ea2b569 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 3 Jul 2022 11:27:36 +0200 Subject: [PATCH] xresources: fix cursor theme for non-GTK apps --- dotfiles/Xresources | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index a154702..8a032ee 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -1,3 +1,5 @@ Emacs*toolBar: 0 Emacs*menuBar: 0 Emacs*verticalScrollBars: off +Xcursor.theme: Adwaita +Xcursor.size: 0 \ No newline at end of file