Skip to content

Commit 3b65a61

Browse files
committed
sway: fix cursor on hidpi screens
1 parent 6c5e0d3 commit 3b65a61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sway/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ input * {
1616
xkb_options "caps:escape,grp:win_space_toggle"
1717
xkb_numlock enabled
1818
}
19+
# fix cursor on hidpi screens
20+
seat * xcursor_theme Adwaita
1921
# hide cursor after 10 sec
2022
seat * hide_cursor 10000
2123

0 commit comments

Comments
 (0)