#π§βLinux Discussion
1 messages Β· Page 47 of 1
Idk ask your screenshot
nah, you didn't understand π₯
wtf is wrong with dc emojis π
Bro her ass got eaten by some shit
Thats suspicious
wdym?
Nvm
Imma quit
first mistake is using wordpress
when did i said that you yap a lot? π oh wait yeah, in vc last night π LOL
cachyos is not stable
back to vanila arch
My point exactly
That motherfycker kernel can't hold my fan data load what a piece of shit
I always said that mainline worked, catfish to Linus Torvalds er cheye maybe beshi buje π
It was fine until .15 update
They fycked the kernel
Never intended to fix it either
@blazing vault oi mama tor picom.conf ta de to
I don't use picom
Hyprland ee ager thekai animation ase
The compositor is built in
Some people say, hyprland is compositor first, window manager second
hayre
X11 user detected in 2025
etai bastob
My brother from an another mother
Please uninstall your GT710
for a performance increase
and sell it and get some ram or a CPU upgrade
my ai art
reddit er meme churir obhijoge apnar 10 bochorer karadondo
your best option is to not give a shit
Thats 100% me
I literally piss over 10 ppl just becoz i was trying to make them install Linux
Apple er user base arch thekeu beshi π
Stop pinging the innocent dude
Ken
you just suck at switching people
Kinda but not really
Which ken
How many did you switch
How many hates linux because of you?
But yah 1 showed interest but he did not had usb port in his keyboard for usb and keyboard so he failed
0
what
Who is @
1
I accidentally typed @
@green dew when r ya going to setup ur Linux
Hi everything
hehehehe
Not funny
Widnows e mc server run korar jonno WSL use kora lage naki?
Na.
Stupid idea ngl
Are nah
Amar internet kharap ami onno jaygay dite saysilam
Lol
Ami khial o korinay
Oyta kon akta disocrd server er jonno mc host kottisilam bhule ekhane diye disi:/
What was it?
nah
java install thaklei hoise
π‘π‘π‘
@blazing vault i had to recompile a older version of tuxxedo keyboard dkms driver which was incompitable with kernel 6.15 now it works 
fycking kernel fycking tuxedo team
Im back home in the city from village
I can now open up discord piss fully without having to worry abt data
Useg
Unlimited @grim wave's brainrot
How do you recompile and stuff? I gotta learn that
Why?
Its a good realme c55 that i got for only 5000tk
(2nd hand) π
Just check for the error log and ask chatgpt
That's how I lean stuffs by fixing
Nothing broke yet π
I see
I do the same cuhhh
Tie shit
But never compiled or recompiled anything
Never even built from source once in my life
Good way to lean things is by fixing yourself. That's why sometimes I buy broken things to fix
I had to do 3 times
One was Xbox driver
And second tuxedo keyboard driver
They have the same issue. Kernel timing system was changed in newer kernel
Looks like time for switching to gentoo
I had a ssd not work with a Linux kernel version
Was added back for the next version
Happens sometimes
thaT FYCKERS turned of isses and pull requests in that repo
ahh peace
terminal font?
Jet brains nerd mono
Fire
Yes
You can done it if you have a hybrid gpu
It's ez
yeah I have a Hybrid system
it's all Software Mux tho
I don't have an option in BIOS for anything related to Mux
wouldn't be an issue right?
I can have it in the unlocked bios
But using unlocked bios is not so stable
Tuxedo software does not have gaygb mode. So I made my own script πββοΈ
shit...
Wild
Get out of Ubuntu
I see
I ain't flashing nothing bro π
Boot into bios or live session to isolate the issue
If it's an ubuntu related one
then stop using it
also made a script to change color acoding to my wallpaper
switch back to windows
Basically Material you
π
Nice
Fish
Ehe boi
See posts, photos and more on Facebook.
imagine using rgb
What are the specs
gpu screen recorder is bro's ex objectfriend now
15 12gen with 4060
check this
Hyprland is so efficient it works in 400-800mhz to 1ghz 4 core cpu without any animation lag
Well cpu can do 4ghz
But power saving mode sticks to about 400-800mhz
π
you need a good gpu support
mine lags cause i have intel hd 630
Wait I also have Intel usd 630
Maybe even a UHD 620
Not sure
Lol
That old crusty laptop
this specification is pure trash
YouTube ceo
Bro that laptop has 8th gen i5
And hyprland animations don't lag
it even have better graphics chip
for some reason youtube music is better yet they dont seem to care about adding basic features
they nerfed the gpu uint in H series
π
Good
No
In what sense
In windows atleast 1800 processes run on boot
dont hav e a mach switch so can'ty permanetly switch to dgpu
if you print it's source code
it will be heavier in density than a window probably
why sometimes nvim crash if i have too dfamn long code?
Yes heavy terminal
Fatty
Is that kitty?
foot
skill issue
Shouldn't be happening
bloated code
args = parser.parse_args()
try:
kill_running_instances()
except Exception as e:
print(f"Warning: Could not kill running instances: {e}")
speed = max(1, min(100, args.speed))
red, green, blue = parse_color_args(args.red, args.green, args.blue)
if args.brightness is not None:
brightness = max(0, min(255, args.brightness))
else:
brightness = None
try:
if args.mode == "static":
if red is None or green is None or blue is None or brightness is None:
print(
"Some values not fully specified for static mode. Reading current LED state...")
current_state = get_current_led_state()
if current_state and isinstance(current_state, list) and len(current_state) > 0:
cur = current_state[0]
red = red if red is not None else cur.get("red", 255)
green = green if green is not None else cur.get(
"green", 255)
blue = blue if blue is not None else cur.get("blue", 255)
brightness = brightness if brightness is not None else cur.get(
"brightness", 255)
print(f"Using current colors: R={
red}, G={green}, B={blue}")
print(f"Using current brightness: {brightness}")
else:
print(
"Failed to get current LED state, please specify --red, --green, --blue, and --brightness.")
sys.exit(1)
static_mode(brightness, red, green, blue)
elif args.mode == "breathing":
if red is None or green is None or blue is None or brightness is None:
print(
"Some values not fully specified for breathing mode. Reading current LED state...")
current_state = get_current_led_state()
if current_state and isinstance(current_state, list) and len(current_state) > 0:
cur = current_state[0]
red = red if red is not None else cur.get("red", 255)
green = green if green is not None else cur.get(
"green", 255)
blue = blue if blue is not None else cur.get("blue", 255)
brightness = brightness if brightness is not None else cur.get(
"brightness", 255)
print(f"Using current colors: R={
red}, G={green}, B={blue}")
print(f"Using current brightness: {brightness}")
else:
print(
"Failed to get current LED state, please specify --red, --green, --blue, and --brightness.")
sys.exit(1)
breathing_mode(brightness, red, green, blue, speed, args.infinite)
elif args.mode == "cycle":
cycle_mode(speed)
except KeyboardInterrupt:
print("\nExiting on user interrupt.")
sys.exit(0)
if name == "main":
main()
this is the code
.md is meticulously rendered
Too much autocmd
this is the code
according to it's dev
Yes why will it crash?
i don't know feels laggy and nvim crashes
i have pylsp running by the way
i need some teka wanna upgrade my laptop
buy some slaves
will buy some when ww3 starts
as soon as bangladesh joins the war that is
yes
who will bangladesh fight against though
indian kangalies
they were already at war
idk how does a war last for 3 days
i might get cancelled now for talking off topic
me 3
not before @grim wave
my mom did it thou
it was running normaly and my mom took it from me (she was mad thou)
and he hooled the laptop with 1 finger btweek the monitor and the keybord
when i chack jsut after it
shit happanded
your english was cracked
i get it now
there are 2 line
one at the bottem and one above it
the one at the bottel was there since i was using windows
he told you to test
test it
and see if there are more lines
Wayland was designed with OLD PHONES IN MIND
bruh
wayland was designed with xorg in mind
Eeeeeee
man i an't got time to look it my english
Ahare
then people will make fun of you
2ta line
bottam one 8-9 mounth age hoyse
ami tokon windows use kottam
Backwards compatible sure. But Wayland is objectively faster to run than Xorg
The reason that Xorg can work because it can interface with the bare minimum framebuffer
it makes no sense to not be
i an't got time rn
if i got time i will rechack my spalling thou
bro is busy with yapping
but he cant fix his spelling
Hence when porting a new GPU, Xorg display is brought up first
bruh
btw
monitor er physical damage hoyse :\
im cooked
ami akon abar shit ass monitor ta use kottisi :\
maybe use a tv if you have one
2014 er diker akta TV ase

this is what that TV looks like
no one uses this thou
it hanv't bin turned on since 2023 after getting wifi
Tbh
Amai amar i3 1005g1 2cour 4th no issu
Im also thinking to move to Harland soon
Becoz it is as havvey as gnome
Amar cpu 3.6ghz e jate pare
Hehe
Laptop cpu thou
hyprland?
Hang on a second
Amar o Intel uhd 10th gen gpu ase na?
(Cpu i3 1005g1)
Yah
its not suitable for you
Running jsut like gnome
consider waiting for cosmic or switch to kde
Yah
Thats why im not changing my de
plasma is an option
Kde
Hell no
I only like the GNome and Hyparland
And kde also looks good but if i need ez to use and good ui (a good balance between then) i will go with gnome
And if i need the bast ui i Will go with kde
betch what tf do you like about hyprland
there is nothing likable about it
kde has good ui
if you dont like breeze then you can easily change it
Yah
Look at the kde settings
Look's like hell
And also i ahve a low quality monitor
I think so this also influences how good kde looks
lmao what
1366 x 768
Kde settings looks massy and hard to use then gnome setting
i also have it
not true
gnome settings lacks pretty much anything
you simply dont change anything you dont care about bro
you dont need to change everything
Bro
U used gonme with adwara not yury
Lol
Gnome look's bad thou
I used Ubuntu gnome that uses yury and not adwara theme
I knwo what r ya talking about
kde ui is like windows control panel, gnome is windows settings
gnome looks way better in vanilla than your yaru bs
also the setting remains the same
it lacks basic theming even
gtk 4 theming is pretty much dead
nah comparing it to windows is a disgrace
searching properly works in kde unlike windows
Yes 100% yes
really bad excuses you know
Just use Ubuntu gnome with blur my shell bro
U will understand what im talking abt
no
show me your settings
Bro jsut use it in a Live Boot
no
what
its the same fking layout as gnome settings
except it has more settings
i used it and its 10x buggier than kde
brub doesn't know how to configure kde and want to use hyprland

Does that mf know that it takes WAY TOO MUCH TIME TO SET UP A WM
Its one of those kids who doesnt know how to try shi before concluding its shit
I mean my reaction with fishes but whatever
I'm gonna quit eating rice based foods if I leave BD
i eat rice 3 times a day
I eat rice 2 times a day
but the problem that I have isnt with rice, its the stuff that goes with it
i don't have any problem with that. mostly what i eat is stright from my own farm
i mean without meat
dayum
Me after I see battery life improvement from windows to linux
8 hours from 5 hours is good
thaat's a melted icecream improovement
3ghz to 400mhz
π
Extreme battery saving
When hyprland animations kick in, it goes to 800mhz
this is my average idle
the gpu takes 1 to 3W of power
trash igpu
Turn on powersaving
on battry yes
also power saving in dgpu as well
@blazing vault how to create a gitlab account i need to submit a isse
Bro got the lamest excuses to show
He really should just stop using linux
He should stop using Computers
And use a button phone
Meet kids
Play with them
instead
But the ubuntu gnome ui
Even ubuntu would think weird of this guy
"They are boring"
Like if canonomical saw ts
I think the element of boringness with everything comes with the fact that he's immature.
I didnt like school because it wasnt boring
Immutation? Whats dat
It was borderline making me suicidal
read what I said again
I said from his perspective
He would intentionally make a spelling error here
I think he needs to understand that a person also needs proper interests
Not just knowing how to use a computer, which he is well... just weird at ngl..
He got skill issues at that too
@grim wave Start to learn how to accept that you know nothing.
Then you're gonna start to grow
And if anything he is just gonna disregard us
change the topic
And keep being a brat
Another trait of an kid
I wanted to actually throw bricks at one time at my 17 year old IRL friend who's actually more immature than this guy
Damn
but then again my school is full of these kids
Doesnt have anything good, has a f*ck ton of ego and arrogance and insecurities.
I am glad that I have quitted BM
and went straight to EM COACHINGS
Bro got away
Yeah I have realised something
With all this
is that, homeschooled + coaching > school
like in terms of people
But then people wont be able to socialize
Like people are generally more appropriately mature towards thier age
Coachings bruh
Schools e to sobai pore
I am talking about middle/high school
Where people are more immature
Oh
Yeah its crazy
People want quick dopamine
Nah they create conflict
But have no responsiblity of managing the conflict
and also created conflict because they dont know how to manage thier emotions
overall
these people
are only following thier emotions
Its just fun for them
Without them realising that collage and then uni and jobs are gonna crush thier souls
and they do deserve it in all honesty
some people will survive
Because they've been running away from problems for too long and just have "fun"
Politics
Because studying isnt worth it.
And speaking of studying, NCTB is trash
The educational system is trash
people only care about GPAs
Not what they learn
and that's a issue
even students are like this
I thought students cared
But nah
Why should they
The world worships on grades and certs
If its not in exam it doesnt matter
Parents hate thier child if they dont get any good grades
Without prasing the effort
people forgot about effort
people only see the results
Parents fail at parenting anyway
And its up to us to break these norms
Meanwhile the country is in shambles
And this is also one of the reasons that instead of being nihilistic, I wanna be a father and a ethical buisnessman
There is interim government and elecions waiting to happen
Yeah i also wanna become a father and not be like my father was
Yup
My father belived in fucked up definitions of friendship and love
My father did even worse things (for me atleast)
Damn
I cant confirm unless we share what happened
which i cant
Yeah sure
But atleast majority of coachings students do care about studies and whatnot
In udvash kids are even more immature than my school
Cant do anything when parents force me
But that shit is after my school in the evening
go study you have to get a chance in buet
otyherwise you're doomed
Yeah but when you have to do 9am to 8pm school and coaching you dont feel like doing so
never did in my life. my rutine was 10 pm to 4 pm andf i'm done for school
I never wanted to do either
Goto the website duh
asking for cradit card
i have it but still can't verify
even givinng the creadit card infop can't verify
maybe banned from gitlab as well
durfetch is good
why that looks so good
as a long time linux user
i now hate flathub
i an't useing this anymore
but for newbi
i mean could be yes
use flathub
but for me now on im not donwloading flathub apps
welcome to the team
all becoz of discord thou
i cant add games to discord activity becoz of the flathub sendboxing
btw
dose this discord server have its own MC server thou?
https://github.com/palfrey/discord-apt use this for ubuntu
can break so try at your own risk
what???
sudo apt install discord??
yes
he looks like gay
i dont trust him
π
install the deb file bruh
DID THAT
Skill issue
im rn using the discord installed from .deb
also will transform you into a proper discord femboy
fr
thats even worse than flatpak for him
he needs some activity bs
its not in available due to flatpak sandbox
wdym
its a pwa?
progressable web apps i think
progressive*
Thats horrible
Discord has official linux app
Setup once and forget Abt it
But a DE is also like that
- WAY easier
and doesnt break with updates
and is consistent
I'm done backreading
Ig
real
bro really said that
i bet he never tried a wm
Hes gonna hate awesome lmao
And that's like the
easiest wm to setup
*wm
He's gonna f**king hate wms and quit using computers.
Which is a win if you think about it
He doesnt have the mentality to be a power user
I use a wm on Windows
Wait what
Ah
DWM
Component of the Windows Explorer
Yes*
Dwms pretty cool too
nah bro will increase the downloads in ubuntu's website
you still use windows
Speaking of which
I found a cool project
For windows
blazewm
i bumped up graphics ram to 512 mb, it maing all the difference
in the i5 8th gen laptop
basically feels normal in browsing too
it used to feel so shitty
ngl
but for gaming it will use more ram
bro games in discord
caan't do it. i have locked bios
L
MOTHER-
Listen
Discord is made using CHROME AND NODEJS
A FULL RAM EATING WEB BROWSER AND A WEB BACKEND RUNTIME
Now it's up to you to decide which would eat more ram
and performance
Are there any Firefox based discord clients?
- linux version usages electron

I just said the reality about electron
Windows version and mac version also uses electron too
the worst case electron has memory leaks sometimes
discord used only 180MB of ram (the main discord prosses)
when it was running in the background and i was playing MC java
and my ram useg was 95% thou
i have 4GBr am
using discord in browser fells supar good but i hv tesed
but using discord in a browser and also playing games
it will have some ram useg issu
(it's my test result thou)
then use chrome
it has gotten better
in managing ram
and aslo if u jsut wanna chat i will recomend using discord in a browser
FR?????????????
let me do it
i have google installed
yappy
before coming to conclusions
uninstall this bs
and install brave
same shi
but with no google spyware and a excellent adblock
thats what i though and now im using brave thou
but i also have google installed for my elder bro
becoz somtimes he left his computer in the Uni hostale
(he is a windwos 10 user)
bro have a i7 7th gan thou π
bhay
laptop ta mac book er size er
jsut halka aktu beshi thik
nam ta bhule gesi
:/
bhay amar elder bro age amar laptop ta use kotto (hcs porikkar age) hcs porikkar pore new laptop paysse
amar elder bro akhon o janena task meneger ctrl + shift + esc die open korajay
@long umbra help kotte parba?
https://www.youtube.com/watch?v=kL0Ryg16Elw
e laptop tar jonno SSD lagbe
im using HDD witch is slow
ami enought taka jomaysi
like 5,000
i wanna get a 256GB ssd
and also pore ami nahoy ram kine nibo baki taka die
CyberX 256 GB NVMe SSD upgrade of Dell Vostro 3401
Previous videos:
Unboxing: https://youtu.be/IzQQHY3r6HY
Review: https://youtu.be/WxKY17l2Jkk
6 Month later: https://youtu.be/4rkxAkSG6Cg
RAM increase: https://youtu.be/4rkxAkSG6Cg
Exhaust malfunction: https://youtu.be/8myHSLGCwQs
Hindi Channel link: https://youtube.com/channel/UCZppzmrhQM4h...
plz bro amar lagbe
i use cromium
Linux HELP!!!
ELF: command not found
oo@oo-Vostro-3401:~$
the color are not getting showned after i got this "command not found" error
Wat color?
Wat
Bro couldnt send screenshot
there is no customization
Just eat him
He need a translator are you gonna eat me or nah
hava nagila
Pagol hoya gese
Step 1: Flash a corrupted bios on your laptop using flashrom and do not reboot
Step 2: Run sudo rm -rf /* --no-preserve-root
Step 3: Enjoy.
ar start up er modde e command ta add korle kii hoy?
:(){:}
na lagbe na
ami terminla open korele mottor line no 1 er modde e erorr ta she
and i got get things like color in my terminal after i started to get this error
yes
oytar pore ar amar terminal e color ashe na
onek kosto hoy nevigate korte
Onno kono terminal try koren
zsh try koren
Taile bujha jabe
Zsh install korar por zsh leikha run koren
bash have this error but when openign a tty it dose not say elf not found but it also dose not shows the colors
and if i run bash then the error comes up
Are zsh install koira dekhen
Problem ki bash e naki onno kothao
janina
apt kaj kore?
yes
jsut bash color ashe na
onek kosto hoy nevigate korte
bash open howar shomoy error ta aseh
darau zsh downlaod kori
sudo apt install zsh
yah
oo@oo-Vostro-3401:~$ zsh
Command 'zsh' not found, but can be installed with:
sudo apt install zsh
Hmm korar por result ki
History configuration
=====================
# (1) Number of lines of history kept within the shell.
HISTSIZE=1000 (set but not saved)
# (2) File where history is saved.
HISTFILE=~/.histfile (set but not saved)
# (3) Number of lines of history to save to $HISTFILE.
SAVEHIST=1000 (not yet saved)
# (0) Remember edits and return to main menu (does not save file yet)
# (q) Abandon edits and return to main menu
--- Type one of the keys in parentheses ---
what the hell bro
bruh @ex
0
Egula zsh e mone hoy default na
sudo apt install fish
Eta try koren
Etate color show korbe
Kintu apnar problem hoitese bash e
Bash reinstall koren
e hell nah
Ki
Bro you are using zsh
Bruh
Anyway bash is corrupt
So you werent using it anyway
Maybe switch to zsh?
Or fix this mess you created
sudo apt install --reinstall bash
@grim wave
Try this
hehe
nop dose not work
sudo apt install elf
oo@oo-Vostro-3401:~$ sudo apt install elf
[sudo] password for oo:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package elf
oo@oo-Vostro-3401:~$
kossi
@harsh badge zsh install kossi then o hosse na
sudo dpkg --add-architecture i386
sudo apt update
sudo apt dist-upgrade
sudo apt install libc6:i386 libncurses5:i386 libstdc++6:i386
eta paysi
darau dekhi hoynaki
add
kisu akta kossi
:))
like its usebol
pore config korbo
like in this image im uisng zsh
jani bro
im not a noob thou
pore korbo
MC server start hoyse
aktu MC khelbo then korbo
apnite eta dekhi
kaj kore naki
ahh
nop thou
its like command cant show color
like ls command can print the folder and file name with colors
i dont think so its a bash issu
its a system shit
You need to use chsh
Change your default shell basically
Mf and they tell you ubuntu is stable
It can break without needing to update
thats a system issu not bash or zsh
Install gentoo
i like it that way
fish js works out of box unlike zsh
works beautifully without needing any configuration or plugins which is a no-brainer
fish has more readable, user-friendly syntax
zsh is js meh for me [ no hard feelings ]
ohmyzsh is here. compare with ohmyfish
i'm not talking about ohmyzsh // ohmyfish anyways
zsh community is bigger, ohmyzsh was an example, plugins are out of the box.
i'm just talking about the shell straight out of the box. the stuff you mentioned is cool but probably deserves its own convo-
if you base this entire convo js on the ecosystem
it's pretty much pointless to talk about it
i've used zsh before, and I can tell that zsh has a really good ecosystem & portability
configuring zsh is entirely a mess, as someone wise said, "Expect to spend some days on finding a good config for yourself and probably getting some extensions installed first."
maintaining your zsh config to be "just right" is significantly more effort than just installing fish
Β―_(γ)_/Β―
but from a neutral perspective, it depends if you want it to "just work" or if you want fine control over everything :>
and also these ohmyzsh configurations offer countless functions that you usually never use lmao
sh is the goat
Anyway zsh is a mess fr
sounds pretty tuff
Nunushell
^^
Dont care
Also the docs are horrifying
And ohmyzsh is just a bloat
Most people dont care about half of its features
I mean if you are one of those neck-bearded devs that likes to complicate shit
then it's for you π
Some people probably want nicer prompt git integration etc
I mean i use zsh
But thats because i am still using it
i don't really care if you use fish // bash // nu-shell or any other shell
I care if you dont use sh
zsh will be something that I won't recommend
Same
shhhh
lmfao
Superior docs
it has the charm
It has the look
it's screaming redflag
no. zsh for people who wants control, spend time customizing what they'll use long term, bigger community when run into bugs and larger plugin sets.
fish for windows people who are ok with what fish gives them.
Β―_(γ)_/Β―
all applies to fish

Fsh
Cordis die will happen in 3 days
hyparland setup kotte hobe:/
hyprland doesn't have gui for configaration eid mubarak
ik
i will just get some configaretion from some place and use it :))
i have used hyparland before
configaring was not hte issu
the using it was the issu
like all of hte keybord shotcuts where diffarent
like win + q to close app not alt + f4
coincidence ami win + q use kortam app close korte
recently caps + q e switch korlam
best decision
caps + s = open launcher
caps + f = toggle fullscreen
mouse sidebuttons - switch windows similar to alt+tab
mouse sidebuttons diye windows switch kora arekta best decision
o no caps lock user
i remapped caps
wtf
Lmao
If you cant change it you cant really use it much
Also tiling has other problems
Some windows you dont want to tile
So you need to set windowrules
let him use it for one day he will be back to ubuntu
@harsh badge tumi tumar laptop e 4k wallpaper engin ta use koro ar mobile die screenshear o dio

Eww alt + f4
What a bad combo
Its just a default in windows
But most people dont need it in windows
Alt F4 is too much work
tbh i use alt + f4 90% of the time to close window
and on gnome its also alt + f4 to close window
You are abnormal
What da hell is 4k wallpaper engine even
It is wallpaper engine in 4k?
Instead you can try running gnome kde plasma and hyprland together
Or even xfce too
plz plz plz
a wallpaper 4K
Dont let @grim wave suggest your wallpaper
also cosmic + lxqt cinamon deepin too
π π darau ami korbo
@harsh badge there is somthing named Hyaprland wallpaper its supar good
(there is abt 1.1GB of wallpaper
)
send link
i don't need a wallpaper engine i just press 2 keybinds and it's download automatickly
thous are .png
maned for hyaprland thou
like while instlling hyparland u have a option to downlaod this 1.1GB of wallaper or not
some wallpapers are 28MB π
Additional wallpapers which will be offered to users for my hyprland scripts - JaKooLit/Wallpaper-Bank
this wallpaper is also from hyparland wallpaper banck
bank*
wait I like that
emneteo when I use super + [x] keys
amar hand ekta wierd position'e thakto
Just buy a 16gb kit and upgrade ram π, literally 2.5k in daraz
Never reveal your face again
You should not waste money on yourself then
/s
Reveal your steroid brand right now
dickatolus
AAA
thanks for understanding potential of caps key
Rare cseh rafin
Real
π real
π
using caps lock as super key will take some time
I do have the original super key
it's js the hand movements are fckn weird
took me 4-6 days to get used to it
mmm
added some notes about linux so i don't forget myself
how can i make this dark and lso i littal better?
idk why qbit looks this shit in hypalrnad i wanna get a fix asap
nd aslo all of the other qt apps are like this
looksing like a shit
First step is to install kde system settings
Then install a qt theme with it
Then use qtqpaplatform, kde
Something like that
Add it as an environment variable
Then apply the theme
The other option is to use qt6ct
Along with kvantum
env = QT_QPA_PLATFORMTHEME,kde
why you have too much garbage at your status bar?
Thats what happens when you use someone else dotfiles but cant modify it
does my fstab good? or i'll broke the system? 
Idk you tell us π
Uuid might not match and what not
idc
i will change it later
Too much bloat looks pure shit
that means bro wont
btw
for some reson
hyparland is lighter then gnome
its working better on my HDD
Hyperland doesn't have gnome software also Ubuntu bloat running in background
No shit
Also its
Hyprland
no jk
hyparland feels more light weght
I just say cachyos is snappy but not smooth in my laptop for some reason
bacause it has less things
Maybe my igpu is trash
Open and terminal and check btop
hmm
then i think so i will use hyaprland from now on
ubuntu gnome is much more haver thou
weit
wait
i only care abt ram useg thou
i have a i3 10th gen U
ahh
I dont do that but if u jsut need to get a screen shot from the terminal i will open up a floting terminal
Use hyprshot
Grim and slurp works too
He can't set it up
hyprshot?
whats that
Require scripting
Ask google
ahh but its given by defoult thuo
Its just 2 commands
Your theme looks shit. Kindly fix it
Its a transparent mess
is it good now?
Yes
Better
its just win + shift + g
hehe
Reduce transparency and add more blur
bruh what the frikkkkk
Dont call it win betch
Nice
L
i just have to realod it
Bro faced the first minor problem
its ok now
nop
my 1st minor issu was trying to make my 2nd display my main display
idk why its not showing wallpaper on the 2nd monitor
yes sir im rady
Also did you get qt theming working?
skill issue
ahh
dont know how to do it thou
looks shit now
ohh fr?
let me try it
Swww
Swww requires scripting
True
I'm just wondering who made that hyperland template and didn't provide qt theming by default
its to torture the morons
Peak skill issue
ohhh
now its better
I was like how can i make my 2nd display the main display and show the wallaper
ahh shit
its skill issu
Did you do qt theming

nop
can ya tell me ?
ahh let me chack
Bro doesnt read anything
@pallid marsh ?
qt themeing?
Yes
btw after i have installed hyparland and using its terminal
my issu olf ELF not foudn error is gone
but if i use bash or zsh in gnome it gets the same error (including the TTY thou)
Zsh?
Why zsh
ubuntu makes stable gnome into a broken mess after all
beczo zsh looks good
heheh
I am asking why would that problem occur with zsh
btw
im thinking to move to bedin
with hyparland
im not moving to debin beczo of the gnome UI problam
if i use gnome it has to be 1 to 1 with ubuntu gnome
ngl debain isnt a good option for hyprland
bruh
hyprland will be very old in there
hmm
are u sure its the same case for debin?
try fedora base or arch base
Debain is older than ubuntu bro
As in their packages
why fodera based ?
why not fodera em self
yah
its my laptop display witch is 1266 x 768
it looks cleaner on my 1900 X 1080 monitor
ubuntu is also debin based and im not hacing issu thou
Where is hyprland from?
huh
Which repo
Ne ga build it from source
Yes
Yep
π
i have a 2cure and 4th so it took like 45 minits
i just copy pased some shit ass 4 line command
all done thuo
If the dev discontinues
this thingi is empty
Oh
You have space?
Storage space
If so
Install some bloat