From 0876e7edded1462baf12848dbc3a9eb0a0f858ea Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Fri, 13 Feb 2026 23:03:35 -0300 Subject: [PATCH] fix some stuff --- hypr/hyprland.conf | 10 +++++----- hypr/monitors-berlin.conf | 2 +- nvim/lua/config/dap.lua | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 04eea66..70aac6b 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -64,8 +64,8 @@ env = HYPRCURSOR_SIZE,24 # https://wiki.hypr.land/Configuring/Variables/#general general { - gaps_in = 5 - gaps_out = 20 + gaps_in = 0 + gaps_out = 0 border_size = 1 @@ -84,8 +84,8 @@ general { # https://wiki.hypr.land/Configuring/Variables/#decoration decoration { - rounding = 10 - rounding_power = 2 + rounding = 0 + rounding_power = 0 # Change transparency of focused and unfocused windows active_opacity = 1.0 @@ -110,7 +110,7 @@ decoration { # https://wiki.hypr.land/Configuring/Variables/#animations animations { - enabled = yes, please :) + enabled = no, please :) # Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves # NAME, X0, Y0, X1, Y1 diff --git a/hypr/monitors-berlin.conf b/hypr/monitors-berlin.conf index d839d44..822448f 100644 --- a/hypr/monitors-berlin.conf +++ b/hypr/monitors-berlin.conf @@ -1,2 +1,2 @@ -monitor=,1920x1080@60,0x0,1 +monitor=,3440x1440@100,0x0,1 windowrule = float on, match:class ^(.*)$, match:title ^(cfi)$ diff --git a/nvim/lua/config/dap.lua b/nvim/lua/config/dap.lua index 1c0f72e..b9a5357 100644 --- a/nvim/lua/config/dap.lua +++ b/nvim/lua/config/dap.lua @@ -2,7 +2,7 @@ local dap = require('dap') dap.adapters.codelldb = { type = "executable", - command = "/Users/caiowakamatsu/install/codelldb/extension/adapter/codelldb", + command = "codelldb" } vim.api.nvim_create_user_command('Debug', function(opts)