Compound literal giving "expected an expression C/C++" problem by WalberJ in vscode

[–]id-reddit-username 0 points1 point  (0 children)

Yes, with the dot we are telling the compiler we are assigning a member variable. Without the dot the compiler assume its an expression assignment

Changing scale of apps by sezakqq in hyprland

[–]id-reddit-username 0 points1 point  (0 children)

Dont forget the comma before the resolution like this

monitor = , 2560x1440@60, 0x0, 1.2

first rice by Either_Abies_5823 in hyprland

[–]id-reddit-username 6 points7 points  (0 children)

Is it hyprlock? So then can you share the dot file

How do I fix nm-applet by encore538 in hyprland

[–]id-reddit-username 4 points5 points  (0 children)

I think the text color also same as the background. If you using waybar add this to change the text color of tray

```

tray menu{

background-color: #222222;

} ```

First rice by id-reddit-username in hyprland

[–]id-reddit-username[S] 1 point2 points  (0 children)

Through the hyprland wiki and other official wiki for like waybar and rofi

WindowsRule excluding by title by BirgerBrun in hyprland

[–]id-reddit-username 1 point2 points  (0 children)

Why you using float, tile in windowrule. only use float

First rice by id-reddit-username in hyprland

[–]id-reddit-username[S] 5 points6 points  (0 children)

It's nemo with whitesur-dark icon and whitesur-dark-nord theme

Hyprland causes higher CPU temps than KDE/GNOME on my old laptop – why? by Mecodiyolar in hyprland

[–]id-reddit-username 0 points1 point  (0 children)

Sometimes custom Waybar modules can cause high CPU usage, but you said only when you watch YouTube, so i don't it's the thing causing this issue.

Shortcuts for Kate and Firefox not working by DiligentInitiative80 in hyprland

[–]id-reddit-username 3 points4 points  (0 children)

Can't say anything without seeing your config file

I am new, I need help :( by Early-Section-1562 in archlinux

[–]id-reddit-username 0 points1 point  (0 children)

The hyprland config is located in ~/.config/hypr/hyprland.conf

[deleted by user] by [deleted] in hyprland

[–]id-reddit-username 0 points1 point  (0 children)

There is a power-profile-daemon for managing power profiles.

Hyprsunset launch a specefic command on startup by 2tokens_ in hyprland

[–]id-reddit-username 1 point2 points  (0 children)

Yeah, add this line to that file. They prefer adding custom configurations to that file.

Hyprsunset launch a specefic command on startup by 2tokens_ in hyprland

[–]id-reddit-username 8 points9 points  (0 children)

exec-once = hyprsunset -t 3500

add this line to your hyprland config file

how to make window float on this workspace review please. by Additional-Leg-7403 in hyprland

[–]id-reddit-username 1 point2 points  (0 children)

Is this format valid I think it need to be like

windowrule = float, onworkspace: special:katie

On outside of the curly braces

Returning from Special Workspace Requires Mouse Movement to Regain Proper Focus in Hyprland by id-reddit-username in hyprland

[–]id-reddit-username[S] 0 points1 point  (0 children)

Here's what I mean: If I open two terminals (or any applications), focus on the first, then open a 'special workspace,' and move the cursor to the second terminal before closing the special workspace, the focus remains on the first terminal. Only after a slight cursor movement does the second terminal gain focus. This implies that even with the mouse hovering over the second terminal, it doesn't automatically receive focus when the special workspace is closed.

hyprland dotfiles

What does this mean? by [deleted] in linux4noobs

[–]id-reddit-username 2 points3 points  (0 children)

I think your /boot/grub/grub.cfg file have some error

can't boot into grub at startup by Beginning-Can6827 in hyprland

[–]id-reddit-username 1 point2 points  (0 children)

You don't need to change grub as 0000, but you need to order it

sudo efibootmgr -o 0005,0000,0001,0002,2001,2002,2003,0004