Skip Navigation

User banner
Posts
12
Comments
39
Joined
1 yr. ago

  • Okay that's so thoughtful.

  • Shouldn't you be fine using lemmy.world?

  • Just don't be

  • I was always curious about this linux thing, from when I was in 7th grade, I only knew Kali linux then, and I thought one could hack anything if you had kali linux :), But I seriously started using linux in 10th grade, fell into the rabbit hole of ricing, and to this day still cant get over it although it has become more stable and I know what I am doing.

  • Yeah, must be the wind

  • For now I have deactivated the account and will go for full deletion once I am completely "ready" lol.

  • It's alright I will keep an eye on that method for future use.

  • Looks like pinterest is not allowing the access to searx. I've used searx in past.

  • I use duckduckgo as well, and I don't particularly hate having pinterest results in the search. But I definitely don't wanna login just to see the image in low resolution which won't even have the context of where it was taken from, nor the artist credit.

  • I tried but it gives internal server error.

  • Thank you!!, will be using this IF i specifically wanna search on pinterest.

  • Privacy @lemmy.ml

    I hate pinterest with a passion without anywhere else to go..

    unixporn @lemmy.world

    Reworked my old rice, nice little changes!

    Linux @lemmy.ml

    My hypridle config, is it alright?

    Asklemmy @lemmy.ml

    My hypridle config, is it alright?

    Ask Lemmy @lemmy.world

    My hypridle config, is it alright?

  • To end it peacefully

  • OpenNutriTracker I use it for my daily intake tracking. Not sure if it's actively maintained or not atleast last commit was 2 months ago.

  • Would you be able to provide an example code? It would help me grasp the concept more effectively.

  • So does it mean passing --cmd Hyprland > /dev/null to Tuigreet? If so then that wouldn't work with my setup, as I use sessions instead of cmd. Here is how I have it in nixos

     nix
        
        services.greetd = {
          enable = true;
          settings = {
            default_session = {
              user = "greeter";
              command = ''
                ${getExe' pkgs.unstable.greetd.tuigreet "tuigreet"} \
                --time \
                --sessions ${cfg.sessionDirs} \
                --remember \
                --remember-session
              '';
            };
          };
        };
    
    
      

    The sessionDirs is this

     nix
        
    modules.services.greetd.sessionDirs = ["${hyprlandPackage}/share/wayland-sessions"];
    
      

    This is a link to my dotfiles where I have it:

  • Yeah , no For system logs I have it on quiet but these are for when Hyprland starts. I forgot to mention that.

  • I know... For a long and I mean long time I had it, but yk I wan't to hide it just to spice things up.

  • Linux @lemmy.ml

    Disable the hyprland startup logs

  • Yeah you're right. you're a lifesaver, was frustrated the whole day abt it. Much love to you.

  • Linux @lemmy.ml

    Swaync volume slider not showing when using all:unset

    Linux @lemmy.ml

    Wofi Submenu Arrow Icon Disappears with *{all:unset;} in CSS

    Linux @lemmy.ml

    Skim in bash [ctrl + r] weird new line after selecting an option.

    Linux @lemmy.ml

    Alacritty font settings for Fira Mono

    Linux @lemmy.ml

    Can anyone use gtk inspector and tell me the class name of the sidebar of gtk4 apps like nautilus

    Unixporn @lemmy.ml

    Just ported my awesomewm theme to hyprland + nixos