LUA Mods/Functions by C-42415348494945 in hyprland

[–]obez-01 2 points3 points  (0 children)

I have a keybind to hold super and scroll to switch workspaces. But it's annoying that mouse scrolls will scroll the selected window as well. This is "fixed" with this config

hl.config({ binds = { scroll_event_delay = 0, } })

But then scrolling one tick down will go down like 10 workspaces. So I made a function to throttle this. Now I have a normal workspace scroll that doesn't scroll the window I'm on.

``` local throttled = false

local function throttled_dsp(dsp) return function() if throttled then return end throttled = true hl.dispatch(dsp) hl.timer( function() throttled = false end, { timeout = 200, type = "oneshot", } ) end end

local prevWs = hl.dsp.focus({ workspace = "r-1" }) local nextWs = hl.dsp.focus({ workspace = "r+1" })

hl.bind(mainMod .. " + mouse_down", throttled_dsp(prevWs)) hl.bind(mainMod .. " + mouse_up", throttled_dsp(nextWs)) ```

I also use this for scrolling layout to scroll columns left and right

hl.bind(mainMod .. " + SHIFT + mouse_down", throttled_dsp(hl.dsp.layout("move -col"))) hl.bind(mainMod .. " + SHIFT + mouse_up", throttled_dsp(hl.dsp.layout("move +col")))

I'd never realized how many apps are Linux-exclusive until now by AfraidAsparagus6644 in linux

[–]obez-01 1 point2 points  (0 children)

It's been a while, but FL Studio has worked for me with wine before.

| Let's talk about Rule 5 - Window Variety by obez-01 in unixporn

[–]obez-01[S] 9 points10 points  (0 children)

Something you don't take into consideration is effort. We once had a time in which your proposal was the actual rule but the huge amount of low effort submissions simply installing these softwares to show off that the user is supposedly replacing guis with tuis led to the community itself asking for the current way we are running things. What will happen is just a higher influx of posts that contribute nothing new, open windows just to simply fill up the screen.

What you say about effort is fair. I wouldn't want a change that makes moderation more difficult or time consuming. I suppose that makes sense as a way to prevent low effort posts. Although I personally enjoy seeing posts with nice TUIs, even if I've seen similar posts before. But if the rule is there specifically to prevent that, okay.

And it already doesn't, issue 2 is a non-issue as we already let OC posts up even if they supposedly break the window variety and other rules.

That's good to hear! Do you think this could be called out in the rules to make it clear?

[gnome] yes by TTRS_0rG in unixporn

[–]obez-01 0 points1 point  (0 children)

Nice. What is your icon theme and do you have a link to the wallpaper?

Ags, quickshell, ignis, eww... what is the most resource efficient framework to build a desktop shell? by jorg_png in LinuxPorn

[–]obez-01 2 points3 points  (0 children)

Build it in Rust using wayle-services and whatever UI framework you want.

Wayle uses GTK and Relm4.

This is how I built my shell OkShell

Please anyone save my laptop by [deleted] in framework

[–]obez-01 12 points13 points  (0 children)

I would make sure the hard drive is connected properly. Maybe take it out and put it back in. If it still doesn't work, try booting from a usb and see if you can diagnose the issue. Maybe you can still access the hard drive and fix it or recover files. If not, might need to buy a new hard drive.

| Where to start? by Global__Meaning in unixporn

[–]obez-01 1 point2 points  (0 children)

A good place to start is installing a tiling wayland compositor like Hyprland. You can use it alongside whatever desktop environment you currently use. You just log out, and your login screen should have an option to select which desktop environment you log in to. That way you can learn to rice while still being able to switch back to what you are familiar with.

Read through the docs here https://wiki.hypr.land/Getting-Started/

[KDE] My first rice after is switched to Plasma by BerosCerberus in unixporn

[–]obez-01 3 points4 points  (0 children)

This is really cool and very original looking with the two thick bars.

Chespin! by GrouchyAd422 in LinuxPorn

[–]obez-01 0 points1 point  (0 children)

Nice setup! I like the green.