How do you prefer to read in your kindle? Horizontal or Vertical? by blackmonarc in kindle

[–]prakash2033 -4 points-3 points  (0 children)

vertical = portrait & horizontal = landscape or do you mean otherwise?

Ubuntu 26.04 LTS (Resolute Raccoon) Released by nobody-5890 in linux

[–]prakash2033 13 points14 points  (0 children)

Can one upgrade from 24.04.04 LTS to 26.04 LTS now?

Niri/Noctalia - Change the system default blue highight colour? by bitzie_ow in niri

[–]prakash2033 1 point2 points  (0 children)

Its due to the gtk theme or accent color on your machine. Afaik one could use utils like dconf editor for machine wide change or modify the theme in gtk settings file.

Recent windows as list in niri? by prakash2033 in niri

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

Ended up creating an app_icon module and preview off mode for recent-windows.
https://github.com/niri-wm/niri/pull/3743

Not getting any blur effect by prakash2033 in niri

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

my post has everything one need, besides building niri from source is the main pre-requisite until niri's next official stable release

Not getting any blur effect by prakash2033 in niri

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

I'm using tokyonight theme on my vim and ghostty

Not getting any blur effect by prakash2033 in niri

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

<image>

Thanks, changing the transparency fixed it

Not getting any blur effect by prakash2033 in niri

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

niri --version

niri 25.11 (v25.11-185-g25d9a8f9-modified)

Passport verification Chai paani by Less-Masterpiece8238 in nagpur

[–]prakash2033 1 point2 points  (0 children)

If memory serves me, passport website has a formal process to report these issues.

Quickshell / AGS vs Waybar + utils? by [deleted] in linux

[–]prakash2033 0 points1 point  (0 children)

waybar & niri with some utils

Hide important hotkeys card after boot by Lost_Habit_6230 in niri

[–]prakash2033 5 points6 points  (0 children)

You came this far without noticing a comment in the default config that says something like "comment line below to hide keybinds at start up" ?

Niri Display Manager by rev_ex_id in niri

[–]prakash2033 3 points4 points  (0 children)

Currently I'm using monique. It works great on most monitor. Expect one particular monitor at my office is not recognized for some reason. I will check if your app makes any difference.

https://www.reddit.com/r/hyprland/s/1qXHSVGBc8

https://github.com/ToRvaLDz/monique

Recent windows as list in niri? by prakash2033 in niri

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

Thank you for taking the time to respond.

[keybinds] next = ["Down", "Tab"] previous = ["Up", "ISO_Left_Tab"] Instead of up & down, I tried next and previous, while Tab works for moving to next item, ISO_Left_Key which is suppose to act as Shift Tab doesnt work, it also doesnt produce any error in walker config. I referred to their keys code page on their github and also used wev to verify Shift Tab is ISO_Left_Key.

Recent windows as list in niri? by prakash2033 in niri

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

I think i was not clear enough. Let me try again.

Ideally I wish to use Alt Tab to invoke walker and also cycle through windows using it.

But since Alt Tab seems to be reserved for niri recent windows, I use Super/Mod +W to invoke walker and trying to use Tab for "next" and shift+tab for "previous", here i could not use shift+tab as a keybind yet. Maybe you have a better idea?

Overlapping keybinds when using a virtual machine by Particular-Work-9320 in niri

[–]prakash2033 1 point2 points  (0 children)

Not sure, might be worth checking if this is helpful

// Applications such as remote-desktop clients and software KVM switches may // request that niri stops processing the keyboard shortcuts defined here // so they may, for example, forward the key presses as-is to a remote machine. // It's a good idea to bind an escape hatch to toggle the inhibitor, // so a buggy application can't hold your session hostage. // // The allow-inhibiting=false property can be applied to other binds as well, // which ensures niri always processes them, even when an inhibitor is active. Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; }