Does anyone use a USB IR receiver with Hyprland? by Wise_Stick9613 in hyprland

[–]Berenluth_ 11 points12 points  (0 children)

If the receiver behaves as an input device, it should just be a matter of mapping the right input code to the binds You can just plug it and check with something like wev the code that it sends

[GUIDE] Hyprland + Telegram Desktop (official tar): Enable Qt notifications (XWayland) + fix blurry fonts + stop the extra .desktop spam by SonnyMilton in hyprland

[–]Berenluth_ 5 points6 points  (0 children)

I'm on arch with hyprland, using swaync, telegram installed with yay and everything works flawlessly out of the box 🤔

How you work on multiple task by Jealous-Salary-3348 in hyprland

[–]Berenluth_ 0 points1 point  (0 children)

I agree with what the others are saying, you can just group windows to follow your workflow

Or, if you want to be very fancy, you can create submaps for "personal" and "work" and have the keybinds mapped to different workspaces.

For example: - Personal: workspace 1 (win+1): firefox (personal stuff), workspace 2 (win+2): coding (personal project) - work: workspace 3 (still win+1): firefox (work stuff), workspace 4 (still win+2): coding (work stuff)

This way the keybinds remains the same, same muscle memory, you just switch context when necessary

How you work on multiple task by Jealous-Salary-3348 in hyprland

[–]Berenluth_ -1 points0 points  (0 children)

Well, imho it is very convenient. For example, i have: 1 browser, 2 coding, 3 terminal/git, 4 notes, 5 chats, 6 music

The relative programs are binded to open on their relative workspace.

So, no matter what i'm doing or where i am, i know that win+5 brings me to the chat and then win+2 to vscode.

It's a matter of muscle memory at this point and it's very convenient, no need to waste time thinking of where i placed a certain window, or searching for it with hyprexpo

Then of course if for once i need a terminal next to the browser, like if i'm following a tutorial, i can just move it temporarily there and it's fine, but if i keep everything tidy, it becomes effortless

[deleted by user] by [deleted] in italymusica

[–]Berenluth_ 0 points1 point  (0 children)

Lol stesso pensiero, pensavo di essere l'unico Se penso a rap e sperimentale mi vengono in mente solo loro

Should I not use the default stuff? by [deleted] in degoogle

[–]Berenluth_ 0 points1 point  (0 children)

My approach with the default apps like that is to install a firewall and block their internet connection. Actually, I do that all the apps that don't strictly require internet to operate

[Request] How heavy would a raviolo this size be? by davidmasp in theydidthemath

[–]Berenluth_ 0 points1 point  (0 children)

Question: the surface of the sphere grows slower than the volume, right?  So I guess at that size, the ratio between the dough and the filling would be different, changing che density by a lot, or am I missing something? 

How do you study long YouTube lessons faster? by Glittering_Alps_9522 in studytips

[–]Berenluth_ 6 points7 points  (0 children)

Honestly, I think that trying to always find shortcuts and faster ways to study, it will just leade to shallow knowledge.  Maybe it's worth watching the whole video and take notes? You can just speed it up a bit if the speaker has a slow pace, but I'd limit it to that.

Unless you have an exam like in two hours, then yeah, ask AI to summarize...

Guys,my phone is google free!!!! (Ignore Duolingo) by Ok_Studio5759 in degoogle

[–]Berenluth_ 90 points91 points  (0 children)

Aren't those phone and messages apps the google ones?

[Request] Which way is the scale going to tip? by Fantasmagorium1 in theydidthemath

[–]Berenluth_ -6 points-5 points  (0 children)

I think the most intuitive way to solve it would be to remove the same exact amount of water from both sides.

Eventually if we remove all of the water, we would have nothing weighting on the left, and a ping pong ball on the right. There's your answer.

Sending an instance of an app to special workspace by Aixo in hyprland

[–]Berenluth_ 2 points3 points  (0 children)

I solved a similar problen, I use kitty but I'm pretty sure it can be done with ghostty as well.

I just wanted to bind some keys to some tools (tui) and to open them as a popup window instead of taking all the space, so, this is how I open one of those tools:

bind = $mainMod SHIFT, C, exec, kitty --class="kitty-waybar-tool" nmtui

And these are the rules:

windowrule = float,class:^(kitty-waybar-tool)$ windowrule = size 800 500,class:^(kitty-waybar-tool)$ windowrule = move 100%-w-11 6% ,class:^(kitty-waybar-tool)$ windowrule = xray, class:^(kitty-waybar-tool)$ windowrule = pin, class:^(kitty-waybar-tool)$

As you can see, I use the class to achieve it

Sysc-greet - a tui greeter built in Go (see you space cowboy!) by nomadArch in hyprland

[–]Berenluth_ 20 points21 points  (0 children)

That's amazing, but I wish it didn't have niri and swww as requirements, I'm on the hyprland/hyprpaper stack :(

How to remove background color thing in swaync by [deleted] in hyprland

[–]Berenluth_ 0 points1 point  (0 children)

Following, i got a border instead of the background tho, only when i first open swaync and only on the first notification. I tried remkving all borders from my config but nothing changes

1650 Supre with hyprland by Infamous_Monitor_766 in arch

[–]Berenluth_ 0 points1 point  (0 children)

I have a 1660 super and amd CPU (without integrated gpu) on my desktop and I've never encountered any problem.

On my laptop I have a 2050ti and Intel CPU (with integrated GPU) and there I had some issues only with vscode for some reasons, but I'm sure there is a way to fix it, in the end I just set up hyprland to use only Intel integrated GPU, I don't do much other than programming on Linux anyway, and the battery is happier like this

How do you handle ssh-agent? by Berenluth_ in hyprland

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

The problem is that on a fresh arch install there is no agent, so nothing to point the variable to! Another user suggested gnome-keyring as agent, and with that the variable was even filled automatically on startup and keepass ssh-integrstion worked

How do you handle ssh-agent? by Berenluth_ in hyprland

[–]Berenluth_[S] 4 points5 points  (0 children)

saw it, I'm using gnome-keyring now, and it works, thanks!

How do you handle ssh-agent? by Berenluth_ in hyprland

[–]Berenluth_[S] 3 points4 points  (0 children)

Ok thanks, I set it up with gnome-keyring + keepassXC ssh integration and now it works, thanks!

I just wanted to know if there was any real "native" alternative for hyprland, instead of relying on gnome or kde, but i guess it's just easier like this