External monitor setup

laptop
Elias Almqvist 4 months ago
parent 968e2e9294
commit 6b53d3dfac
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      alacritty/.config/alacritty/alacritty.yml
  2. 6
      leftwm/.config/leftwm/config.ron

@ -51,7 +51,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 7 size: 12
# If `true`, bold text is drawn using the bright color variants. # If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true draw_bold_text_with_bright_colors: true

@ -5,13 +5,13 @@
workspaces: [ workspaces: [
( (
output: "eDP-1", output: "eDP-1",
y: 0, y: 1440,
x: 2560, x: 320,
height: 1080, height: 1080,
width: 1920, width: 1920,
), ),
( (
output: "HDMI-1", output: "DP-1",
y: 0, y: 0,
x: 0, x: 0,
height: 1440, height: 1440,

Loading…
Cancel
Save