mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Implement hide_cursor <timeout> command
Allows the cursor to be hidden after a specified timeout in milliseconds
This commit is contained in:
parent
a223030b70
commit
5fca74a1f1
9 changed files with 91 additions and 7 deletions
|
|
@ -257,6 +257,8 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->hide_edge_borders = E_NONE;
|
||||
config->saved_edge_borders = E_NONE;
|
||||
|
||||
config->hide_cursor_timeout = 0;
|
||||
|
||||
// border colors
|
||||
set_color(config->border_colors.focused.border, 0x4C7899);
|
||||
set_color(config->border_colors.focused.background, 0x285577);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue