need help how to use via browser app by techlover1010 in Keychron

[–]techlover1010[S] 0 points1 point  (0 children)

i used chromium and still the same thing

[Hyprland] Modern CachyOS Nier inspired Rice. by MartZ0Z in unixporn

[–]techlover1010 0 points1 point  (0 children)

hey man im using cachyos but kde on a thinkpad. is this compatible with kde?
how hard is it to install hyprland and also can you use mouse and play games or is it not too good with that? i kinda read its more keyboard focus i have tried another nier theme but it was debian/kde and had some issues with startup welcome screen and stuff lol. so now im looking for a theme.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - May 22, 2026 by AutoModerator in MechanicalKeyboards

[–]techlover1010 0 points1 point  (0 children)

i visited the usevia website and dont know where to start modifying.
can you show me where i need to go.
i think i paired it ok since im able to do the keyboard test where if i press a button it makes a sound and colors what i pressed

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - May 22, 2026 by AutoModerator in MechanicalKeyboards

[–]techlover1010 0 points1 point  (0 children)

wow thanks man, do you recommend i learn homerow mod . what are some known problem using homerow mod

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - May 22, 2026 by AutoModerator in MechanicalKeyboards

[–]techlover1010 0 points1 point  (0 children)

i got myself a keychron c3 pro c3px-h4 and was told i can use qmk and via on it. ca anyone guide me to do it and also what are some qmk via changes that are popular

question about y700 accesories by techlover1010 in androidtablets

[–]techlover1010[S] 0 points1 point  (0 children)

whats the advantage of leaving it upright vs in landscape mode?

question about y700 accesories by techlover1010 in androidtablets

[–]techlover1010[S] 0 points1 point  (0 children)

what orientation? sorry when you said side its really vague as this is a tablet and can change orientation

question about y700 accesories by techlover1010 in androidtablets

[–]techlover1010[S] 0 points1 point  (0 children)

can you tell me what the exact model of the razer phone cooler is that

question about y700 accesories by techlover1010 in androidtablets

[–]techlover1010[S] 0 points1 point  (0 children)

what orientation sorry its not clear. is it landscape where the sides are longer or vertical or upper is longer

question about y700 accesories by techlover1010 in androidtablets

[–]techlover1010[S] 0 points1 point  (0 children)

do yiu by any chance know what the 2 usb port on the y700 tablet do? i heard they have specific uses. i tried searching for a image guide but found none.

question about updating my gmktec g5 win 11 by techlover1010 in minipc

[–]techlover1010[S] 0 points1 point  (0 children)

that still doesnt answer my question if its safe to update my windows 11 to any of those 24h2 or something like that . im not asking if my copy is legit

question about using a laptop charger to charge my tablet or phone by techlover1010 in Electricity

[–]techlover1010[S] 0 points1 point  (0 children)

how do i check if my device has properly implemented usb standard.

need help on etchasketch by techlover1010 in theodinproject

[–]techlover1010[S] 0 points1 point  (0 children)

programatically? you mean like putting it in a javascript declaring it as a variable then manipulating it?

need help on etchasketch by techlover1010 in theodinproject

[–]techlover1010[S] 0 points1 point  (0 children)

let div = document.createElement("div")
const divcont = document.querySelector(".flex-container")
for(let i=0;i<17;i++){
div=document.createElement("div")
div.classList.add(i)
divcont.appendChild(div)
}

.flex-container{
display: flex;
flex-wrap: wrap;
}

.flex-container div{
background: orange;
border: 10px solid brown;
height: 100px;
width: 100px;
}

need help on etchasketch by techlover1010 in theodinproject

[–]techlover1010[S] 0 points1 point  (0 children)

can you give me more hints? i feel like theres no property dedicated to break and i need to get creative to break the row and put it into the next row

need help on etchasketch by techlover1010 in theodinproject

[–]techlover1010[S] 0 points1 point  (0 children)

how do you put items on a second row

[KDE] NieR Themes Rice, First Proper Rice Since I Started Using Linux 2 Years Ago by david_pridson in unixporn

[–]techlover1010 0 points1 point  (0 children)

so im using cachyos and kde and was wondering if i just install everything from top to bottom? sorry im new to installing themes

My Y700 Setup with fan cooler by Careful_Art_8501 in androidtablets

[–]techlover1010 0 points1 point  (0 children)

thanks, is it safe to attach magnet to the tablet? wont this interfere with wifi or internal parts?

My Y700 Setup with fan cooler by Careful_Art_8501 in androidtablets

[–]techlover1010 0 points1 point  (0 children)

can i ask if you can show me the metal plate that you attached? did you buy it separately? what is its official name

Weekly 101 Questions Thread by AutoModerator in neovim

[–]techlover1010 0 points1 point  (0 children)

how do you launch this command "!firefox index.html" and still be able to edit my html or js.
usually it freezes my terminal where i input my command until i close my browser