#Installing Arch linux

1 messages ยท Page 2 of 1

manic oak
#

Ohh I could use my other phone for discord

#

Oh no I need to unplug the music

#

That's bad

sturdy flower
#

it's so you can fix it when something breaks and you don't have to just wipe everything

manic oak
#

Ok

deep zinc
#

the bitcoin miner I installed onto your computer might also be why it's so slow

manic oak
#

I could also take my SIM card out and put it in the other phone

#

I'm going to do thst

#

Just for the sake of music
I need my music

#

Ok how do I change the network again?

#

In arch

#

My hotspot phone is placed and getting 4G+

deep zinc
manic oak
#

Ok connected

deep zinc
#

so are the i3 packages installed?

manic oak
#

I'm installing

#

It's way faster now

#

So yeah
The road is probably the cause

#

And it's done

#

Downloaded everything except of i3-wm

deep zinc
#

ok

manic oak
#

Ima reboot and then do startx

deep zinc
#

install the gnu-free-fonts package now

sturdy flower
#

smh lol

manic oak
#

Ok

sturdy flower
#

install the following fonts actually:

#
gnu-free-fonts
noto-fonts
noto-fonts-extra
ttf-font-awesome
#

i'm gonna bet i3 will try to pull some symbols from fontawesome

#

well, the stock i3blocks will at least

deep zinc
#

this is the font it's using by the way

manic oak
#

๐Ÿ˜ˆ Liberation Serif (my favourite)

#

Or the worst and coolest of my creations

#

Alteran

#

Pretty much noone can read it and even for me it's pain

deep zinc
#

you made a font?

manic oak
#

Yes I did

#

I liked the alphabet an alien race in one of my favourite shows used so I made a font with it

#

And it was really cool
Writing really easy cause you simply use the normal keys on your keyboard
And reading is fine, I know all symbols but like, I need to read every letter one by one

deep zinc
#

ok

manic oak
#

And I installed the fonts

deep zinc
#

ok, try startx now

manic oak
#

Omg

#

The weird things are symbols now

sturdy flower
#

they're called "glyphs" apparently

deep zinc
#

and does alt + enter open a terminal now?

manic oak
#

I called them artifacts because that's what they looked like

#

Yes

deep zinc
#

ok cool

sturdy flower
#

@manic oak please read the i3 manual it's an extremely useful thing to tuning and customizing your i3

manic oak
#

I hope it's easier to understand than the arch wiki

sturdy flower
#

arch's wiki isn't that bad as you get more experience

manic oak
#

I don't want to initiate autodestruction or something

sturdy flower
#

but imo keep in mind the default i3 config is garbage so don't be surprised if you hate it

manic oak
#

Haha ok

sturdy flower
#

the controls, to me, weren't intuitive at ALL

#

it would put off anyone learning i3

deep zinc
#

also try running i3-config-wizard in kitty

manic oak
#

Yeah my friend told me about cool shortcuts he has
And I'm like, but in windows I have always used diffrent shortcuts for the exact same things

#

Like ctrl + z to revert something

#

Kitty is that new window terminal

#

Already exists

#

Oh and
loadkeys de-latin1

#

Huh? Doesn't work?

sturdy flower
#

i3 will teach you that start menus and taskbars are ui designs that should've been left in the 90's

sturdy flower
#

you have to use setxkbmap i think

manic oak
#

Idk
Depends on if you like using a mouse or not
And that depends on what you do

manic oak
sturdy flower
#

then don't remember it? you could just create a script that runs every time i3 starts

#

that's what i do lol

manic oak
#

I'd like that

sturdy flower
#
#!/bin/bash

# keyboard shit
setxkbmap -v us dvorak-qwerty &>/dev/null
xset r rate 175 60 &>/dev/null

#display shit
xrandr --output DP-4 --primary --mode 1920x1080 --rate 144 --output DP-0 --mode 1440x900 --right-of DP-4 --rotate left

# compositor shit
killall picom &> /dev/null
sleep 0.02
picom --experimental-backends -cbo1

# wallpaper shit
/home/code/bin/tools/random_wallpaper
#

my startup script

manic oak
#

Emm
setxkbmap de-latin1
Does not work

sturdy flower
#

it's a different syntax

manic oak
#

Do I need QUERTZ ISO or something like that?

sturdy flower
#

your board is qwertz?

manic oak
#

Yes

#

Quertz iso

#

Which means I have the > < | next to shift
Keyboards that aren't iso usually don't have it
They simply have a bigger shift key

deep zinc
#

just do this

wait you already did

manic oak
#

And they use the US layout for special symbols

#

Which I hate

deep zinc
#

run cat /etc/vconsole.conf

manic oak
#

"l"s look a lot like "1"s

#

Idk where / is

#

On an US layout

sturdy flower
manic oak
#

I'm trying to change it everywhere

#

I want it to be QUERTZ ISO everywhere

#

As simple as that

deep zinc
#

wait maybe not

#

one sec

sturdy flower
#

i use a custom layout and from what i see:
localectl can be used for changing TTYs. does not change X server.
setxkbmap is used for changing X server kbds

deep zinc
#

For convenience, the tool localectl may be used instead of manually editing X configuration files.

sturdy flower
#

localectl set-keymap de-latin1 ?

deep zinc
#

maybe

manic oak
#

Oh it's showing me the IP of my phone down there
Neat

sturdy flower
#

and
localectl set-x11-keymap de-latin1 ?

#

set-keymap set-x11-keymap different

deep zinc
#

also use sudo on these

sturdy flower
#

i can't test these on my system myself bc i use dvorak and would be unable to type lol

deep zinc
#

I can't test these on my system myself because I use windows ๐Ÿ˜Ž

sturdy flower
#

this is kinda out of the realm of installing arch now

#

but glad arch starts and i3 starts too

manic oak
sturdy flower
#

sorry this is basically out of my realm of expertise now

#

keyboards were a nightmare for me as it is

manic oak
#

Idk what keyboard model I have

#

I think I have 106 keys

deep zinc
#

wait try restarting xorg

#

do alt + shift + E then startx again

manic oak
#

What is the exit shortcut?

#

I need to press it

#

It's not ctrl x and it's not alt shift e

#

Oh wait

#

The mouse works

#

Now what was the shortcut for kitty?

#

Found it

#

Still US layout

deep zinc
#

did you close i3 or just kitty

manic oak
#

I3

deep zinc
#

ok

manic oak
#

Ok so

#

I found it

#

sudo setxkbmap de

#

That's it

eternal chasm
#

need any help still?

manic oak
#

Maybe
I'm getting help from my friend at the same time

eternal chasm
#

where are you up to

manic oak
#

He found that

#

Making the keyboard permanent in xorg

eternal chasm
#

i'm not sure what that means

#

are you installing KDE

manic oak
#

No

manic oak
#

From US to DE

#

I'm Installing a browser now and it's really slow

manic oak
#

Hey

#

Now

#

Can someone help me get yay

#

I'm having difficulties

deep zinc
#

ok

#

what have you done so far?

manic oak
#

All files are up to date and pacman doesn't do anything
Then it says nothing left to do
Then it's cloning to 'yay-bin'

#

And then the error says I don't have permission to write in $BUILDDIR (/home/brayan/yay)

#

And then it cancels

#

And that's it

#

I simply tried following what it said on the GitHub page

#

It's the error I get when trying makepkg -si

#

What am I supposed to do now?

#

I think I'll go to sleep

#

Btw grub doesn't notice windows