Skip to content

Commit

Permalink
neovide: transparency stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
entombedvirus committed Jul 5, 2023
1 parent 19c497e commit 5806a26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neovim/.config/nvim/lua/roh/neovide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ vim.g.neovide_floating_blur_amount_x = 2.0
vim.g.neovide_floating_blur_amount_y = 2.0

vim.g.neovide_input_macos_alt_is_meta = true
vim.g.neovide_fullscreen = true
-- no transparency if fullscreen is activated this way
-- vim.g.neovide_fullscreen = true


-- See https://github.com/neovide/neovide/blob/main/website/docs/configuration.md#display
Expand Down

0 comments on commit 5806a26

Please sign in to comment.