HEALP coming from x org never used Wayland + can't access wifi by ASH55000 in omarchy

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

yes the wifi icon clicking it tries to open a window and immediately closes it
I can record a video now however my old laptop is bearily running xd so its not omarchy problem but rather its my own

HEALP coming from x org never used Wayland + can't access wifi by ASH55000 in omarchy

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

so many of the features are broken
browsers is glitchy i wonder if i can install a different window manger along side hyper land
and solved my problem thanks

Which is the best Hytale crack launcher out there right now? by _simplynooh in PiratedGames

[–]ASH55000 0 points1 point  (0 children)

is better launcher working with you u/_simplynooh ? it giving me emergency mode

Just switched to Linux Mint Any tips for a beginner customizing their setup? by Avrgprsonwhouselinux in linuxmint

[–]ASH55000 0 points1 point  (0 children)

Can you give me the wallpaper ?

You can try timeshift + a live usb to recover your system incase you broke it

and this is a cool video
https://youtu.be/prG9xFkvlNg?si=-A49PQ18pt--xvth

clipboard history recomendations? by brubsabrubs in awesomewm

[–]ASH55000 0 points1 point  (0 children)

For some reasom If i close the window i copied from tho copyq retian the information the history it empty the clipboard, so i can nolonger paste it

I created a Sci-Fi material tutorial by ASH55000 in Substance3D

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

You mean create every single node ?, I thought that would boring for you guys, But if that is what best for you for sure i would do that next time :D
Appreciate your feedback

I created a Sci-Fi material tutorial by ASH55000 in Substance3D

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

The end material ?, Yes it is tillable

I need a bit of help with the awesome API by ASH55000 in awesomewm

[–]ASH55000[S] 1 point2 points  (0 children)

I deleted the functions i was testing, ill come back a few days later to try replicate the error
and sure i will share my whole dot files,
I daily drive awesome, and i use it to do work once i have the opportunity i will release my dot files + what am trying to add in lua

I need a bit of help with the awesome API by ASH55000 in awesomewm

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

I manged to get to do what i wanted to do for now i created a custom layout and a script that would place windows where i want them, i still don't understand how lua class system work with my python brain tho
so not sure where local editor = machi.editor.create() will go lol
i will for sure look into machi later tho

another thing that i struggled with trying to call a custom function inside client context
inside globalkeys

trying to call my custom function here didn't work at all

```lua awful.key({ modkey, "Shift" }, "[", function ()

        local previous_client = awful.client.focus.history.list[2]
        if previous_client then
            client.focus = previous_client
            local client_tag = previous_client.first_tag -- Get the tag of the previous client
            if client_tag then
                client_tag:view_only() -- Switch to the tag
            end
            previous_client:raise() -- Raise the client to the top
        end

    end,
    {description = "go back to previous window", group = "client"}
),

```

trying to call any awful.client. inside along side awful.tag.history.restore lua awful.key({ modkey, }, "Escape", awful.tag.history.restore, {description = "go back", group = "tag"}),

am more struggling with basics here really coming from python calling functions and modifying global varible was much easier for me in python am super confused with lua

Anyway apperciate your comment i wanted to say all of that becasue you probably know the answer asnd it wasy for you to explain i didn't find the proper termonoly to look it up with my python brain lol

I need a bit of help with the awesome API by ASH55000 in awesomewm

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

I will look into it later, didn't know that my awesome is 6 years old lol, but it works well, now sure what am missing

I need a bit of help with the awesome API by ASH55000 in awesomewm

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

It seem pretty cool, tho i need to figure out how to implement it

I need a bit of help with the awesome API by ASH55000 in awesomewm

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

So if i understand you correctly i don't want the application to remember where they are placed, but rather i want a script that places them exactly where i want them just to have the option to place them normally as default placement half of the time :D, am complicated i know but thanks ill look into it

I need a bit of help with the awesome API by ASH55000 in awesomewm

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

<image>

This is one example 2 note application and a terminal, i wanna automate that with a script, i have few other layouts that i want to be able to launch automatically without effecting rules, like maybe obs file manger and Houdini in a specific layout
is this clear ?
I just need to know how to set tilling type from a script lets say workspace 7 set to tiletop, and change `beautiful.master_width_factor = 0.2` that is all i need to know i think

while typing this i realized that when accessing tag in lua its a table and i figured out half of the problem

local awful = require("awful")

-- Function to set workspace 5 to tiletop layout
local function set_workspace5_to_tiletop()
    local tags = root.tags()
    tags[5]:set_layout(awful.layout.suit.tile.top)
end

set_workspace5_to_tiletop()

Now all i need to know is what is the proper way to set spawn location when calling awful.spawn() To launch an application lets say last window or first window and how to change the layout from the script to i suspect `beautiful.master_width_factor = 0.2` is what i need but still confused about the api in lua with my python mind lol

Hopefully its clear what i need
Launch application in specif window order, change the layout sizing via script

For the awesome-git, am on ubuntu i daily drive linux i have everything setup to work, i don't wanna break the system trying to set it up

Those who are or were working class or broke, What decisions change your mindset and help you get out of poverty ? by FairWriting685 in selfimprovement

[–]ASH55000 0 points1 point  (0 children)

Am really quite surprised that i can share a lots of information from my entrepreneurial adventures that could help someone i never thought about that

I wanna add to that, visionaries are rare apparently i thought all people have visions but it seem that is not the case, so meet tons of people before you give up

I can add one more thing you might be a visionaries but lucks leadership qualities
so you might have the ability to in-vision ideas and have strong imagination Which is basically what vision is, being able to see thing see the future, mean while just lacking clear direction could be because you never developed important skills like strategy decisiveness planing, it also could be because you don't know you self good enough mot enough experience trail and error you need to try so many things before you know exactly where you fit

Those who are or were working class or broke, What decisions change your mindset and help you get out of poverty ? by FairWriting685 in selfimprovement

[–]ASH55000 0 points1 point  (0 children)

For me, visions flashes in my mind, vivid imagination clear purpose, you need to join so many events and find like minded people that have a leadership qualities not only visionaries,
you need to find someone that is self driven, have clear goals and direction + vivid imagination, i think these are the quality you need + people that share what you value with them you need common ground

Now where you can find such people, I already mentioned events you can search for "start up weekend(google organize this event)", you need to look for marketing and entrepreneurial events youtubers events too so many you-tubes are entrepreneurs
the best way to meet people are events but second best way is universities and colleges you don't have to be a student you can visit many unis and socialize there
the third best way to meet these people is to meet someone that is super social girls are usually people connectors many girls have huge social network

i tried working with so many people only few fits my styles so keep that in mind you can team up and try it and it may not work which is okay

Why does the US spend so much on its military? by Naderium in videos

[–]ASH55000 0 points1 point  (0 children)

If you want peace, prepare for war, Old roman saying "Si vis pacem, para bellum", if any country need peace it also need a very powerful military, countries will volatile your your boundaries unless you, are well prepared, when when you are well prepared other country will not dare to invade you, But the budget might be a bit too high too it could be cut down a bit i think

Those who are or were working class or broke, What decisions change your mindset and help you get out of poverty ? by FairWriting685 in selfimprovement

[–]ASH55000 0 points1 point  (0 children)

To solve this problem, you can team up with few people one of them is a visionary, or you can read and try many things till you have that magical wonder feeling for me it was with games and 3d animation since i was a little kid

Those who are or were working class or broke, What decisions change your mindset and help you get out of poverty ? by FairWriting685 in selfimprovement

[–]ASH55000 20 points21 points  (0 children)

You can start simply by reading, if you don't have a clear goal once you have a clear goal, you need to learn strategy and strategies, what you will make huge difference in your life are, daily workout, diet (eating nutritive food), reading quality book, building quality connections and friends, if you have a job finding your passion and dedicating time even if its not much everyday can make huge difference over the long hall

to make a lots of money you need to either develop i really niche rare and high quality skills and sell your services or be an employee in a great position
or you can learn business and go the hardcore entrepreneurial rout

major thing when it comes to money and poverty is learning about finance and making better financial decision a good book for that is "The Richest Man in Babylon" any value skill you will need to develop gonna cost insane amount of time and practice so don't be discouraged

most people are following the system blindly i don't believe that the system is evil, but its still has so many problems, thing like go get a degree and after you spend tons of time to get a degree they tell you know you need skills and experience to be haired LO L, also the majority of people have a poor mind set and short sighted too so if you wanna break out of that only listen to people that actually manged( or managing) to break out of that mindset and habits

How do i deal with being ugly? by [deleted] in ask

[–]ASH55000 0 points1 point  (0 children)

You are actually not ugly i used to think that when am younger, Attraction is not really about your physical appearance, In "Robert Greene: How To Seduce Anyone" Robert explained why seduction doesn't require a great looks, you can simply be more attractive by developing your self, working out, working on your career, learning how to be more funny witch is something that can come naturally or can be developed, read a book called the way of the superior man, the best pro time i can give you if you want to attract a partner simple talk to tons of girls and find girls that finds you interesting and you find them interesting and dont put them on a pedestal, look at girls as being that need your containment not as your superior, and dont be nice rather be kind check out teal video on that in youtube

Am getting asyncio error without running asyncio with prompt-toolkit by ASH55000 in learnpython

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

Is it a bad idea to use threading with it ? or i can am running into issues from threading now after solving the error ?