@@ -80,8 +80,8 @@ decoration {
rounding_power = 2
# Change transparency of focused and unfocused windows
- active_opacity = 0.9
- inactive_opacity = 0.9
+ active_opacity = 0.95
+ inactive_opacity = 0.95
shadow {
enabled = true
@@ -60,3 +60,6 @@ opt.sidescrolloff = 5
-- Needed for colorizer plugin
opt.termguicolors = true
+
+-- Disable Mouse
+vim.opt.mouse = ""