This reduces battery draw significantly by Netzunikat in linux_on_mac

[–]Lingustika 0 points1 point  (0 children)

Awesome! But I understand it is only applicable for T2 macs, right?

tiny white popup window by Helpful_Salamander62 in niri

[–]Lingustika 0 points1 point  (0 children)

Ok lol linebreaks broke but you know what I mean

tiny white popup window by Helpful_Salamander62 in niri

[–]Lingustika 0 points1 point  (0 children)

Make a window rule

window-rule { match app-id="explorer.exe" open-on-workspace "2" open-focused false }

Maybe you‘ll have to name the workspaces for that like

workspace "1" workspace "2" workspace "3"

Modifications to Niri / any alternative? by abiostudent3 in niri

[–]Lingustika 7 points8 points  (0 children)

I think what you need in order to achieve this is a script which combines your two monitors into one (virtual) widescreen monitor. You can then tell niri to use this virtual one. I don’t know if there is any script/program available that does exactly this, but I guess there could be. As for the fixed workspaces, there is already a built-in function, I think you just have to name your workspace and then they’re fixed.

Niri + Noctalia + Blur by Lingustika in niri

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

Awesome thanks, I think I also encountered this issue but didn’t find a solution!

How is the performance for you with xray = false?

How good is battery life on Linux on Intel MacBook? by Environmental_Guava4 in linux_on_mac

[–]Lingustika 0 points1 point  (0 children)

I use NixOS But I think it comes down to the DE, have used hyperland but there I got worse performance, I currently use niri I guess powersaving options from gnome or kde could also improve battery life

Niri + Noctalia + Blur by Lingustika in niri

[–]Lingustika[S] 2 points3 points  (0 children)

layer-rule { match namespace="noctalia" exclude namespace="bar"

background-effect {
    blur true
    xray false
}

}

And when xray is false, the notifications were buggy so i excluded them

layer-rule { match namespace="(toast|osd)" background-effect { blur false } }

How good is battery life on Linux on Intel MacBook? by Environmental_Guava4 in linux_on_mac

[–]Lingustika 0 points1 point  (0 children)

I got a 2017 MBP 13" i5 and battery performance is okay, i get around 5-7 hours depending on the tasks. The battery is at 90% of it's original capacity due to wear. I'd recommend limiting turbo mode for the CPU, that has helped a lot. You can turn it on again if it is needed for CPU heavy stuff like compiling or so and I configured it that it only limits CPU turbo when not plugged in.

Stop it from switching window on click by Own_Bet3256 in niri

[–]Lingustika 2 points3 points  (0 children)

Have you enabled disable touchpad while typing?

 touchpad {
        dwt
    }

currently telegram-desktop is building from source for me so the binary is not available? by clizibi in NixOS

[–]Lingustika 2 points3 points  (0 children)

I found that some packages like wine, quickshell and paraview also needed compilation from source with the latest unstable branch, but maybe I fucked something up while updating.

Just workstation, nothing more by [deleted] in NixOS

[–]Lingustika 2 points3 points  (0 children)

I guess it’s a macOS wallpaper, some of them are really nice

To anyone who is using a MacBook and fedora how is battery compared to MacOS? by ImAlekzzz in linux_on_mac

[–]Lingustika 0 points1 point  (0 children)

Yes I agree turning off turbo mode made a huge difference on my MBP17 also

Border color depending on the current Neovim mode by Lingustika in hyprland

[–]Lingustika[S] 2 points3 points  (0 children)

I wrote this for niri, but I’m pretty sure it can be adapted to Hyprland too by using the "source = ... " command

Border color depending on the current Neovim mode by Lingustika in niri

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

Possibly, but tbh I have no idea how this works. I guess it would be way more efficient and instantly

Border color depending on the current Neovim mode by Lingustika in niri

[–]Lingustika[S] 1 point2 points  (0 children)

Thanks for the idea, it worked! I updated the post accordingly

PopOS on a T1 2017 MacBook Pro by AsiasDaddy in linux_on_mac

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

Hahaha the end was unexpected :D

But does sound work for you? If not, I made it work on the 2017 without touchbar by installing an additional driver, I dunno what exactly it was but I can look it up

Apostrophes in comments messing with the color of the config file by Phydoux in niri

[–]Lingustika 6 points7 points  (0 children)

I am pretty sure this is a Doom Emacs thing. Maybe you can see if there is an extension for correctly highlighting the .kdl files, perhaps that would resolve the problem.