Changed handling of hidpi on laptop

This commit is contained in:
Ezri 2024-04-17 11:53:24 -06:00
parent f669162de2
commit 18638abeff
Signed by: ezri
GPG Key ID: 058A78E5680C6F24
5 changed files with 68 additions and 7 deletions

View 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"

View File

@ -4,4 +4,4 @@
set $display eDP-1
output $display scale 1.2 pos 0 1080
output $display scale 1 pos 0 1080

View File

@ -0,0 +1 @@
font pango:JetBrainsMono Nerd Font 12

View File

@ -25,9 +25,6 @@
"name": "internet",
"exec": "firefox",
"args": ["--new-window"],
"environ": {
"MOZ_ENABLE_WAYLAND": "0"
},
"program_name": "firefox"
},
{
@ -35,9 +32,6 @@
"name": "project",
"exec": "firefox",
"args": ["--new-window"],
"environ": {
"MOZ_ENABLE_WAYLAND": "0"
},
"program_name": "firefox"
},
{