fix some stuff

This commit is contained in:
2026-02-13 23:03:35 -03:00
parent 8563aff083
commit 0876e7edde
3 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
monitor=,1920x1080@60,0x0,1
monitor=,3440x1440@100,0x0,1
windowrule = float on, match:class ^(.*)$, match:title ^(cfi)$

View File

@@ -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)