diff --git a/de/home/.config/alacritty/alacritty.toml b/de/home/.config/alacritty/alacritty.toml index 8fe676d..975bf5c 100644 --- a/de/home/.config/alacritty/alacritty.toml +++ b/de/home/.config/alacritty/alacritty.toml @@ -3,20 +3,21 @@ opacity = 0.6 dynamic_title = true dynamic_padding = true -padding = { x = 0, y = 0 } +padding = { x = 10, y = 10 } resize_increments = true decorations = "None" [font] size = 10 normal = { family = "OverpassM Nerd Font Mono", style = "Regular" } -offset = { x = 0, y = -3 } +offset = { x = 0, y = -6 } [cursor] -blink_interval = 500 -[cursor.style] -shape = "Underline" -blinking = "On" +vi_mode_style = {shape = "Block", blinking = "Off"} +style = {shape = "Underline", blinking = "Off"} + +[mouse] +hide_when_typing = true [general] import = ["./colors.toml"] diff --git a/de/home/.config/sway/config.d/layout b/de/home/.config/sway/config.d/layout index 437d66e..e541cd9 100644 --- a/de/home/.config/sway/config.d/layout +++ b/de/home/.config/sway/config.d/layout @@ -11,9 +11,9 @@ default_border pixel 2 default_floating_border pixel 2 # Borders -client.focused $color599 $color599 $color0 $color13 -client.focused_inactive $color000 $color000 $color000 $color000 -client.unfocused $color000 $color000 $color000 $color000 +client.focused $color13 $color13 $color0 $color1399 +client.focused_inactive $color099 $color000 $color000 $color000 +client.unfocused $color099 $color000 $color000 $color000 set { $layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10 @@ -35,4 +35,4 @@ shadows enable shadow_color $color5bb shadow_inactive_color $color555 shadow_blur_radius 10 -#corner_radius 8 +corner_radius 8