Hyprland Desktop Environment

361 readers
1 users here now

An (unnoficial) Hyprland Community in the new Land!
You can share and help each other when using Hyprland here.. :)

Resources:

founded 2 years ago
MODERATORS
1
10
submitted 2 years ago by s4if to c/hyprland
 
 

Hello everyone! Mods here 😊

Welcome to Hyprland Community in a new Land here.

Feel free to help each other and showcase your Hyprland to the community!

2
 
 

new version of your favorite window manager

3
2
submitted 5 days ago* (last edited 5 days ago) by [email protected] to c/hyprland
 
 

I have two monitors with different resolutions and aspect ratios, my main monitor is on the left and it's a 2560x1440 (27") monitor and the other one is on the right and it's a 1920x1080 (24") monitor.

The problem I'm facing is that when I move my cursor between the displays it makes a kind of 'jump' between them, for example if I move my cursor between my left monitor to my right monitor, once it enters the second monitor its position is not the same as the position from my main monitor, and I understand that this is something that makes sense since they have different aspect ratios and resolutions, but I don't want this behavior.

I have already played with my hyprland.conf but still don't understand how this works, at the moment of writing this I have just commented everything monitor related so hyprland just does it by itself but is not the best.

4
5
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/hyprland
 
 

I recently migrated from Sway to Hyprland, and I can simply say that Hyprland is a marvel and is incredibly faster than Sway in my opinion.

The only problem I'm having right now is that in Borderlands 2 (Proton) when I put the mouse over any option in the game, it takes about 2 seconds to react in the game, for example, if I put the mouse over the “Settings” option the reaction of the game is not immediate, but it takes a moment, and the funny thing is that in the game as such I do not have that problem, only in the inventories and menus, I can play? Yes, but it is uncomfortable

I already tried changing the version of Proton, forcing the game to run through x11 using SDL_VIDEODRIVER=x11 %command%, putting the game in full screen mode or minimized, in no case fixes the problem, and is specific to Borderlands 2, I've played different games and this has not happened to me and did not happen inside Sway.

Another curious thing to mention is that Borderlands 2 as such does not recognize the resolution of my monitor, but only appears “unidentified” among the Borderlands options, although it is in 1080p.

Thank for any help in advance.

5
6
7
8
9
10
11
8
Configure guide (itsfoss.com)
submitted 2 months ago by b_engelenburg to c/hyprland
12
13
11
submitted 2 months ago* (last edited 2 months ago) by b_engelenburg to c/hyprland
14
15
16
7
submitted 3 months ago* (last edited 3 months ago) by mobsenpai to c/hyprland
 
 

When using tty or greetd to start it. I use nixos + greetd + tuigreet + hyprland.

17
 
 

[...] I announce that our move off of wlroots is now complete and MR 6608 is now merged.

18
 
 

cross-posted from: https://lemmy.world/post/17258082

Problem -> When doing file transfers (mtp) or running some cli commands like nixos-rebuild, when the hyprlock kicks in they are pause at that point and only resume after unlock.

One thing I am kind of noticing that it may be the systemctl suspend command that is suspending the processes. But overall I am confused with the best combination of pairing both the two programs.

Here is the config (for hypridle)

general {
  before_sleep_cmd=loginctl lock-session
  lock_cmd=hyprlock
}

listener {
  on-timeout=suspend-script
  timeout=1800
}

(The suspend script)

      pw-cli i all 2>&1 | grep running -q
      # Only suspend if audio isn't running
      if [ $? == 1 ]; then
        systemctl suspend
      fi

Let me know if you have any solution. The link attached to this post is for my github hosting my nixos dotfiles, maybe that can also help.

19
10
How to install it (self.hyprland)
submitted 8 months ago by bitahcold to c/hyprland
 
 

As a newbie Arch user, I got bored to use Gnome or KDE. I want to use Hyprland as my desktop environment. Like what I see at social media. But there is different ways to download it as far as I see. Somethings called Hyprdots, additional things like Waybar etc. and these making me confused. How can I download it and make it look like as the things I saw on the Internet? Don't want to be wannabe, just I don't know how to set it up.

20
2
submitted 9 months ago* (last edited 9 months ago) by teolan to c/hyprland
21
 
 

Hi everyone. Hyprland is doing this thing where when I change to a different workspace, everything on the non-visible workspaces drop in performance.

Normally this wouldn't be an issue since I'm assuming hyprland does this to save resources for what you're currently looking at. The issue is that Elden Ring sees this sudden drop in performance as an FPS issue and kicks me out of online play due to unstable FPS. For example, I'll be playing on workspace 3, then I'll look something up on my browser in workspace 1. After about 5 or 10 seconds Elden Ring will give me a pop up saying that I've been logged out due to FPS instability.

Is there a way to disable this performance drop for a specific workspace?

22
 
 

Just installed Garuda-Hyprland on my NVidia 3070 System and it works like a charm and nearly out-of-the-box

I just had to install with nouveau drivers from the usb and install proprietary drivers after boot from disk.

Then i had to fix some issues with waking up after suspend and now i'm good.

Amazing how far all of this came!

23
8
eww for noobie (self.hyprland)
submitted 1 year ago by ADonkeyBrainedFrog to c/hyprland
 
 

I just got into hyprland. Installed some configs and just didn't like them so I'm starting from scratch and building my own. I dabbled some with eww and it made me reconsider my will to live. Is it worth learning or is waybar good enough?

24
9
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/hyprland
 
 

shared from: https://lemmy.ml/post/6282553

There is now an update: https://lemmy.ml/comment/6913362#comment-6913362

The rant is obsolete now :)

I recently switched to Hyprland on my laptop and was able to set it up as I like, but I struggle hard to set up keybinds to simply print different characters when pressing certain key combinations.

For example, one small snippet from my .Xmodmap (there are more in this file but that’s enough for a minimal working example)

keycode 108 = Mode_switch
keycode 38 = a A adiaeresis Adiaeresis

This allows me to press the A key in combination with the right Alt key to print an ä or an Ä when shift is pressed, to.

wtype and built-in key binding

After some research I found wtype which allows me to write arbitrary text when called with the parameters.

After I learned that Hyprland (or Wayland) does not distinguish between Alt_R and Alt_L (they’re shown as Alt_R and Alt_L in wev with different keysyms, so they’re clearly two different keys) and I accepted it, I just found out that this tool only works when being in a terminal emulator and not in a GUI application so this tool is useless for me.

keyd

Then I tried keyd. After setting it up and adding my user to the needed groups and starting the service and trying to figure out how to actually define keymaps I was able to send something when pressing a defined key combination.

But: Nothing else than ASCII.

The dev thinks it’s a Chromium problem based on this issue but it actually isn’t. I wasn’t able to send an ä to ANY application, no matter if GUI or terminal or Qutebrowser.

Since there is basically no online resources or user community for this tool, I cannot find any usable information on this issue except the unrelated Chrome reference and thus I removed it again because I cannot use it for what I want to use it for.

xkb

For whatever reason Wayland (or Hyprland) uses certain parts of the X keyboard extension, so I also tried this one.

Despite being absurdly complex and annoying to setup I was able to configure a user based keyboard variant using user-based symbols. From what I’ve taken from various sites my config should do nothing more than remapping Alt_R to ISO_Layer3_Shift just for testing purposes.

But all I achieved was reproducibly crashing Hyprland when setting it up to actually use said keyboard variant and there seems to be no log file.

yeah, that’s where we are

Again, it’s not about the umlauts, and not about the German keyboard layout, and not about switching lkayouts on-the-fly, it’s just to demonstrate what I mean. You can replace ä with any other character you want.

After a long night of trying out to have the Xmodmap functionality in Wayland using Hyprland as compositor I ended up with not being successful.

I give up for now.

Maybe one day there will be an actually working solution requiring nothing more than two lines in a file.

25
 
 

I was trying to use Hyprland, but when i start it up it crashes with 2 critical errors: m_sWLRRenderer was NULL!, and wlr_gles2_renderer_create_with_drm_fd() failed!

Logs: https://pastebin.com/LvwUDZDb Coredump: https://pastebin.com/7c8kpfU6

CPU: Intel Pentium Dual-Core E5200 GPU: Intel GMA3100 (G31)

view more: next ›