fix some stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
monitor=,1920x1080@60,0x0,1
|
||||
monitor=,3440x1440@100,0x0,1
|
||||
windowrule = float on, match:class ^(.*)$, match:title ^(cfi)$
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user