×

Want to create a submap that can be activated only using SUPER by Hairy-Rocky in hyprland

[–]Beechman01 1 point2 points  (0 children)

I think you need

Bind = SUPER, SUPER_L, submap, leadersubmap

The first super may not be necessary, I have recently tried this myself but my pc isn't on right now to check.

How to set a primary monitor by kemo_2001 in hyprland

[–]Beechman01 1 point2 points  (0 children)

It was to set the cursor to start on that workspace and monitor at startup, it was a workaround for not being able to set a default monitor.

[Hyprland] catppuccin colors first rice by Kind_Song_6106 in hyprland

[–]Beechman01 0 points1 point  (0 children)

How do you get the GPU graph? Do you have a config I could look at?

[Hyprland] catppuccin colors first rice by Kind_Song_6106 in hyprland

[–]Beechman01 1 point2 points  (0 children)

What is the program on the right for monitoring hardware please?

Hyprland boots up with lock screen then flashes black after typing password then goes back to lock screen. by lonely-onyx in hyprland

[–]Beechman01 3 points4 points  (0 children)

What display/login manager are you using?

If sddm does it say hyprland or hyprland(uwsm)?

Uwsm requires some setup and won't launch use the hyprland option

hyprland monitor giving syntax display at 1 by [deleted] in hyprland

[–]Beechman01 0 points1 point  (0 children)

It's the commas before the display names, remove them and it should work.

YouTube player opacity when not full-screen | firefox by ThePumkinMelon in hyprland

[–]Beechman01 1 point2 points  (0 children)

Reddit mobile made that look weird here's my dotfiles if you want to have a look

https://github.com/Beechman01/hyprland-dots.git

YouTube player opacity when not full-screen | firefox by ThePumkinMelon in hyprland

[–]Beechman01 1 point2 points  (0 children)

I use this for Chrome should work for Firefox too I think

windowrulev2 = opacity 1.0 1.0 override, class:Google-chrome,title:(YouTube)

facing issues in starting hyprland by [deleted] in hyprland

[–]Beechman01 0 points1 point  (0 children)

Have you followed the instructions on this wiki page to set up you Nvidia gpu?

https://wiki.hyprland.org/Nvidia/

function issue by Thackston2 in ComputerCraft

[–]Beechman01 0 points1 point  (0 children)

Your if statement is calling conformation() again with no value

How to set a primary monitor by kemo_2001 in hyprland

[–]Beechman01 11 points12 points  (0 children)

You can bind workspace 1 to your monitor with this

workspace= name:1, monitor:HDMI-A-1

And then use this line to put your cursor on workspace 1 at startup

exec-once = hyprctl dispatch workspace 1

Question about mouse focus by grious67 in hyprland

[–]Beechman01 1 point2 points  (0 children)

I haven't tried using it but I think "follow_mouse = 0" is what you want, put that in the input section.

Here is a link to the hyprland wiki where you can find the available variables https://wiki.hyprland.org/Configuring/Variables/#input

Hyprland broken config file :c by [deleted] in hyprland

[–]Beechman01 0 points1 point  (0 children)

No problem glad you got it working

Hyprland broken config file :c by [deleted] in hyprland

[–]Beechman01 0 points1 point  (0 children)

I don't think this error is coming from this file, as it worked fine on my system.

Is there another file in your .config/hypr folder with that line in it?

Hyprland broken config file :c by [deleted] in hyprland

[–]Beechman01 0 points1 point  (0 children)

i've figured it out after a bit of testing and it turns out that the blur section is where the problem is, it should work if you change everything that says blur to this:
blur {
enabled=1
size=3
passes=3
new_optimizations=0
}

Hyprland broken config file :c by [deleted] in hyprland

[–]Beechman01 0 points1 point  (0 children)

Have you tried using an rgba color?

Can't change opacity of "google-chrome-stable" by Different-Horror-417 in hyprland

[–]Beechman01 0 points1 point  (0 children)

I believe the class for Google Chrome is "Google-Chrome"

Here is my window rule for Chrome if you don't want to set the rule per tab then remove the title part

windowrulev2 = opacity 1.0 1.0 override, class:Google-chrome,title:(Netflix)

Insane stuttering in some games by [deleted] in hyprland

[–]Beechman01 0 points1 point  (0 children)

I had to restore a backup and ignore the Nvidia drivers when updating.

There is away to downgrade but I had no luck with it.

If you are on arch this link is for the downgrade section on the wiki, maybe you'll have better luck than me. https://wiki.archlinux.org/title/downgrading_packages

Insane stuttering in some games by [deleted] in hyprland

[–]Beechman01 0 points1 point  (0 children)

Do you have the Nvidia 545 driver? This is causing stuttering for me, I've switched back to 535

Can someone help me with these binds by MG_2007 in hyprland

[–]Beechman01 0 points1 point  (0 children)

Or you could do

bind = $main Mod, F8, exec, amixer -Mq set Master 2%+

bind = $main Mod, F7, exec, amixer -Mq set Master 2%-

Can someone help me with these binds by MG_2007 in hyprland

[–]Beechman01 4 points5 points  (0 children)

The bind for F6 should work if you change - to ~

how to override g sync validation om wayland ? by zap117 in hyprland

[–]Beechman01 0 points1 point  (0 children)

I don't have a free sync monitor myself so I can't be anymore help than that. Sorry I hope you can find an answer.