Skip to content

Commit

Permalink
Add cursor theme and size setting
Browse files Browse the repository at this point in the history
Closes: #230
  • Loading branch information
plfiorini committed Dec 31, 2023
1 parent 9839e66 commit 6b9a1f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/settings/io.liri.desktop.interface.gschema.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="liri">
<schema id="io.liri.desktop.interface" path="/io/liri/desktop/interface/">
<key name="cursor-theme" type="s">
<default>'Paper'</default>
<summary>Mouse Cursor Theme</summary>
<description>
Theme for mouse pointer.
</description>
</key>
<key name="cursor-size" type="i">
<default>24</default>
<summary>Mouse Cursor Size</summary>
<description>
Size for mouse pointer.
</description>
</key>
<key name="cursor-blink" type="b">
<default>true</default>
<summary>Cursor Blink</summary>
Expand Down

0 comments on commit 6b9a1f5

Please sign in to comment.