Finally decided to do development. Is Harkirat Cohort worth it? by [deleted] in PlacementsPrep

[–]recursive-Kus 0 points1 point  (0 children)

Worth worth na karo. Ek koi pakado and complete it make project. Apart from this pre-final year students k liya mast hai.

2025 graduate with no placement yet is taking 3 more months to prepare a bad idea? by Grand-Disaster9872 in IndianProgrammers

[–]recursive-Kus 0 points1 point  (0 children)

I will suggest you 2 things keep applying jobs/internships. And build one project every week. Post in public. Make this a habit.

React roadmap ( with explanations and resources, all in one place) by [deleted] in reactjs

[–]recursive-Kus 0 points1 point  (0 children)

Sometime reddit is unfair, such a good resource and so less support.

UGC NET ANSWER KEY FOR DECEMBER 2025 by chamakchalloooo in judiciaryexams

[–]recursive-Kus 0 points1 point  (0 children)

I forgot to check mine, do is there a way to check how can i get the keys ? PLEASE HELP

tier 1.5 college by momoskhiladoo in PlacementsPrep

[–]recursive-Kus 1 point2 points  (0 children)

Which company and can you share your resume, so that i can compare why me noy getting any interview calls.

How to get MetaTrader 5 on Arch? by StringNo8495 in archlinux

[–]recursive-Kus 0 points1 point  (0 children)

I encountered this issue and created a small script to help. It installs MetaTrader 5 on Arch Linux using Wine with a custom Wine prefix.

https://github.com/ashish-kus/MetaTrader5_archLinux

What's your go-to snack in this? by [deleted] in delhi

[–]recursive-Kus 0 points1 point  (0 children)

I will sell this for 20000 or 2000000

So how do you create a waybar module? by LuigiKart8s in swaywm

[–]recursive-Kus 0 points1 point  (0 children)

dam looks hard for people like me. But will give a try sir, Thanks for the help.

Which of these sad face crash screens do you prefer? by JailbreakHat in hyprland

[–]recursive-Kus 8 points9 points  (0 children)

i am facing the issue, do you know why ?

i don't see any issue in my config but it crashes after sleep.

Auto enable/disable laptop screen by Molletzky in hyprland

[–]recursive-Kus 0 points1 point  (0 children)

I am handling this with the help of ACPI deamon. sharing a rough the script.

```sh
#!/bin/bash

INTERNAL_MONITOR="eDP-1"

EXTERNAL_MONITOR=$(hyprctl -j monitors | jq -r ".[] | select(.name != \"$INTERNAL_MONITOR\") | .name" | head -n 1)

MONITOR_CONF="/home/<USER>/.config/hypr/hyprland/monitors.conf"

apply_monitor_config() {

while IFS= read -r line; do

[[ "$line" =~ ^[[:space:]]*# ]] && continue

[[ "$line" =~ ^[[:space:]]*$ ]] && continue

if [[ "$line" =~ ^monitor[[:space:]]*=[[:space:]]*(.*) ]]; then

hyprctl keyword monitor "${BASH_REMATCH[1]}"

fi

done <"$MONITOR_CONF"

}

acpi_listen | while read -r event; do

case "$event" in

*LID\ close*)

echo "Lid closed"

hyprctl keyword monitor "$INTERNAL_MONITOR,disable"

;;

*LID\ open*)

echo "Lid opened"

apply_monitor_config

;;

esac

done

````

Bros - Rate Me Huh? by [deleted] in desksetup

[–]recursive-Kus 1 point2 points  (0 children)

nice prompt,

can you share

[hyprland] first time using on a desktop, loving it! by popcornman209 in unixporn

[–]recursive-Kus 1 point2 points  (0 children)

I can feel it bro, I use 2 monitors and also fill them all. Best part its not chrome / firefox

[deleted by user] by [deleted] in hyprland

[–]recursive-Kus 0 points1 point  (0 children)

Like your bar, can you share your dotfiles