sway: Show cursor always
This commit is contained in:
parent
904d0e37f2
commit
decf18ac3a
1 changed files with 6 additions and 1 deletions
|
|
@ -152,7 +152,12 @@ focus_wrapping no
|
||||||
focus_follows_mouse yes
|
focus_follows_mouse yes
|
||||||
focus_on_window_activation smart
|
focus_on_window_activation smart
|
||||||
mouse_warping output
|
mouse_warping output
|
||||||
seat seat0 hide_cursor 5000
|
|
||||||
|
# I usually like hiding the cursor after a few seconds. But it seems like
|
||||||
|
# there's a Zulip bug that causes me to scroll down infinitely if I switch to
|
||||||
|
# it without showing the cursor first.
|
||||||
|
#
|
||||||
|
# seat seat0 hide_cursor 5000
|
||||||
|
|
||||||
bindsym $super+x exec cb-clear
|
bindsym $super+x exec cb-clear
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue