consoildating plugins by function. updated repeat command shortcut
This commit is contained in:
@@ -4,7 +4,7 @@ local nvim_opacity = "0.85"
|
||||
local default_opacity = "0.6"
|
||||
-- Function to talk to Kitty
|
||||
local function set_kitty_opacity(opacity)
|
||||
print("Attempting to set opacity to: " .. opacity)
|
||||
-- print("Attempting to set opacity to: " .. opacity)
|
||||
os.execute("kitty @ set-background-opacity " .. opacity)
|
||||
end
|
||||
-- Set up the autocommands
|
||||
|
||||
Reference in New Issue
Block a user