▲ 2 r/typing
improve accuracy -> speed
let's goo
my goal is 200wpm. I am working on accuracy right now. Anybody got some tips?
u/Infinite_Picture2189 — 19 hours ago
let's goo
my goal is 200wpm. I am working on accuracy right now. Anybody got some tips?
let's goo
my goal is 200wpm. I am working on accuracy right now. Anybody got some tips?
So i have a monitor and my laptop screen. I want the laptop screen to be on the right side of my monitor. This is my configuration in hyprland.lua:
hl.monitor({
output = "HDMI-A-I",
mode = "1920x1080@144",
position = "0x0",
scale = "1",
})
hl.monitor({
output = "eDP-1",
mode = "1920x1080@60",
position = "1920x0",
scale = "1",
})
HDMI-A-I is my monitor and eDP-1 is my laptop screen.
Right now the laptop screen is on the left side of my monitor.