Skip to content

Commit

Permalink
fix disappearing cursor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fspv committed Oct 21, 2024
1 parent 62208bf commit 60918bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ exec_always $log dunst -layer overlay -config ${HOME}/.dunstrc
exec_always {
$log gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
$log gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
$log gsettings set org.gnome.desktop.interface cursor-theme 'Adwaita-dark'

$log gsettings set org.gnome.desktop.interface font-name 'Ubuntu 11'
$log gsettings set org.gnome.desktop.interface monospace-font-name 'Ubuntu Mono 11'
Expand Down
3 changes: 3 additions & 0 deletions .config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ config.window_padding = {
bottom = 0,
}


config.hide_mouse_cursor_when_typing = false

return config

0 comments on commit 60918bc

Please sign in to comment.