Changed handling of hidpi on laptop
This commit is contained in:
parent
f669162de2
commit
18638abeff
66
.config/alacritty/alacritty.toml##class.hidpi
Normal file
66
.config/alacritty/alacritty.toml##class.hidpi
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
working_directory = "/home/ezri"
|
||||||
|
|
||||||
|
[bell]
|
||||||
|
animation = "EaseOutSine"
|
||||||
|
color = "0x9a7c9d"
|
||||||
|
duration = 200
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
draw_bold_text_with_bright_colors = false
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "0x3f3242"
|
||||||
|
blue = "0x7587a6"
|
||||||
|
cyan = "0xafc4db"
|
||||||
|
green = "0x8f9d6a"
|
||||||
|
magenta = "0x9b859d"
|
||||||
|
red = "0xcf6a4c"
|
||||||
|
white = "0xffffff"
|
||||||
|
yellow = "0xf9ee98"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "0x2d272f"
|
||||||
|
blue = "0x7587a6"
|
||||||
|
cyan = "0xafc4db"
|
||||||
|
green = "0x8f9d6a"
|
||||||
|
magenta = "0x9b859d"
|
||||||
|
red = "0xcf6a4c"
|
||||||
|
white = "0xa7a7a7"
|
||||||
|
yellow = "0xf9ee98"
|
||||||
|
|
||||||
|
[colors.primary]
|
||||||
|
background = "0x1e1e1e"
|
||||||
|
foreground = "0x9a7c9d"
|
||||||
|
|
||||||
|
[cursor.style]
|
||||||
|
blinking = "Always"
|
||||||
|
shape = "underline"
|
||||||
|
|
||||||
|
[debug]
|
||||||
|
highlight_damage = false
|
||||||
|
render_timer = false
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size = 12
|
||||||
|
|
||||||
|
[font.bold]
|
||||||
|
family = "JetBrainsMono Nerd Font"
|
||||||
|
style = "Bold"
|
||||||
|
|
||||||
|
[font.bold_italic]
|
||||||
|
family = "JetBrainsMono Nerd Font"
|
||||||
|
style = "Semibold Italic"
|
||||||
|
|
||||||
|
[font.italic]
|
||||||
|
family = "JetBrainsMono Nerd Font"
|
||||||
|
style = "Italic"
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family = "JetBrainsMono Nerd Font"
|
||||||
|
style = "Regular"
|
||||||
|
|
||||||
|
[window]
|
||||||
|
dynamic_padding = true
|
||||||
|
dynamic_title = true
|
||||||
|
opacity = 0.98
|
||||||
|
title = "Terminal"
|
||||||
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
set $display eDP-1
|
set $display eDP-1
|
||||||
|
|
||||||
output $display scale 1.2 pos 0 1080
|
output $display scale 1 pos 0 1080
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
font pango:JetBrainsMono Nerd Font 12
|
||||||
@ -25,9 +25,6 @@
|
|||||||
"name": "internet",
|
"name": "internet",
|
||||||
"exec": "firefox",
|
"exec": "firefox",
|
||||||
"args": ["--new-window"],
|
"args": ["--new-window"],
|
||||||
"environ": {
|
|
||||||
"MOZ_ENABLE_WAYLAND": "0"
|
|
||||||
},
|
|
||||||
"program_name": "firefox"
|
"program_name": "firefox"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -35,9 +32,6 @@
|
|||||||
"name": "project",
|
"name": "project",
|
||||||
"exec": "firefox",
|
"exec": "firefox",
|
||||||
"args": ["--new-window"],
|
"args": ["--new-window"],
|
||||||
"environ": {
|
|
||||||
"MOZ_ENABLE_WAYLAND": "0"
|
|
||||||
},
|
|
||||||
"program_name": "firefox"
|
"program_name": "firefox"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user