diff options
author | ZachIR <zachir@librem.one> | 2025-07-25 23:48:57 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-25 23:48:57 -0500 |
commit | c1d2d606db04ddaf80fce654c45a0c03f95ed545 (patch) | |
tree | e37f8aa91cd74fb8d2afbb316b71c18c9c3624be | |
parent | 011dcc1803e24a8ffce2b1c3b632ceef856bd143 (diff) |
Set cursor theme in Xresources
-rw-r--r-- | X11/xresources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/X11/xresources b/X11/xresources index 63f2348..13799fc 100644 --- a/X11/xresources +++ b/X11/xresources @@ -493,3 +493,5 @@ dmenu.selhiforeground: #198844 ! white *.color7: #b4b7b5 *.color15: #ffffff +Xcursor.theme: BreezeX-Black +Xcursor.size: 32 |