no more transparent
This commit is contained in:
@@ -64,8 +64,8 @@ env = HYPRCURSOR_SIZE,24
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 8
|
||||
gaps_out = 8
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
|
||||
border_size = 1
|
||||
|
||||
@@ -84,7 +84,7 @@ general {
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding = 0
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
background_opacity 0.8
|
||||
background_opacity 1.0
|
||||
hide_window_decorations yes
|
||||
|
||||
map ctrl+q goto_tab 1
|
||||
|
||||
@@ -13,10 +13,12 @@ local function make_transparent()
|
||||
end
|
||||
end
|
||||
|
||||
--[[
|
||||
vim.api.nvim_create_autocmd({ "ColorScheme", "VimEnter" }, {
|
||||
callback = make_transparent,
|
||||
desc = "Force transparent background after any colorscheme loads",
|
||||
})
|
||||
]]
|
||||
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||
|
||||
Reference in New Issue
Block a user