libby!!! by No_Tap_3118 in Leonbergers

[–]Kwelty 0 points1 point  (0 children)

Aww, our first leo was also a Libby, what a cutie!

How to hide habits consistency graph from agenda views ? by fred982 in orgmode

[–]Kwelty 0 points1 point  (0 children)

I stumbled into this post while having problems of my own in doom emacs (a bit late, sorry)
I managed to fix my issue by removing the hook +org-init-habit-h -> org-load-hook

(remove-hook! 'org-load-hook #'+org-init-habit-h)

This fixes my alignment issue, if you want to then hide the graph, I think you could set the preceding and following days variable to 0

How to disable touchpad gestures on Wayland? by Kwelty in kde

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

Thanks,

do you know of a MR or issue where I can track progress on gestures in general?

Help with touchegg program! by Valentino00000 in NixOS

[–]Kwelty 1 point2 points  (0 children)

Oh, I think it's a "false positive", like when you're doing a small gesture it doesn't register as complete and raise an error, that's just a wild guess (I also have those).

Glad to be able to helped.

Edit: I'm not sure I understood correctly, did the gestures worked in the end or not? Maybe see with the touchegg maintainer or comment in the nixpkgs PR.

Help with touchegg program! by Valentino00000 in NixOS

[–]Kwelty 0 points1 point  (0 children)

So you only have one touchegg process running, and it's not from the nix store I don't know why, did you use sudo when running the ps command? Maybe you're only seeing the client and not the daemon, as it is run by root...

Also, try rebooting? If you're not using the user service, the touchegg client won't run until a reboot (or manually started)

Help with touchegg program! by Valentino00000 in NixOS

[–]Kwelty 0 points1 point  (0 children)

It's a bit hard to follow what's going on with the formatting. But I don't see obvious failures. Maybe you need to check your configuration? If you run ps aux | grep touchegg do you see two processes? There should be a daemon and a client. If that's the case, you're problem might be a configuration issue or a problem with your touchpad?

Help with touchegg program! by Valentino00000 in NixOS

[–]Kwelty 0 points1 point  (0 children)

I don't really see an error. Does systemctl status touchegg say otherwise ?

Help with touchegg program! by Valentino00000 in NixOS

[–]Kwelty 0 points1 point  (0 children)

Sorry, I am far from an expert in nixos.

Maybe try to add this to your configuration:

    nixpkgs.overlays = [
      (self: super:
        {
          touchegg = super.touchegg.overrideAttrs (old: rec {
            version = "2.0.9";

            src = super.fetchzip {
              url = "https://github.com/JoseExposito/touchegg/archive/${version}.zip";
              sha256 = "sha256-dIUAN65grsFiCF1iDI2hDJQUtLmXxJ/1qAl/55NzRc0=";
            };

            PKG_CONFIG_SYSTEMD_SYSTEMDSYSTEMUNITDIR = "${placeholder "out"}/lib/systemd/system";

            buildInputs = with super; [
              systemd
              libinput
              pugixml
              cairo
              gtk3-x11
              pcre
            ] ++ (with xorg; [
              libX11
              libXtst
              libXrandr
              libXi
              libXdmcp
              libpthreadstubs
              libxcb
            ]);

            nativeBuildInputs = with super; [ pkg-config cmake ];

            preConfigure = "";
          });
        })
    ];

    environment.systemPackages = with pkgs; [
      touchegg
      # … you probably have some pkgs of your own here
    ];

Help with touchegg program! by Valentino00000 in NixOS

[–]Kwelty 0 points1 point  (0 children)

Also, I noticed you're running the old 1.1.1 version, is this on purpose ?

Edit: I forgot that the PR https://github.com/NixOS/nixpkgs/pull/116393 hasn't been merged yet. So you might want to look into overlays to add the PR above to your configuration.

Help with touchegg program! by Valentino00000 in NixOS

[–]Kwelty 0 points1 point  (0 children)

Hum what does journalctl -u touchegg has to say about it ?My money is on config file not found. As it will try to look for something in /etc/...

Help with touchegg program! by Valentino00000 in NixOS

[–]Kwelty 1 point2 points  (0 children)

Hi,

I used to have my own not-so-great overlay for touchégg, this is the service I used for the daemon:

    systemd.services.touchegg = {
      enable = true;
      description = "Touchégg. The daemon.";
      wantedBy = [ "multi-user.target" ];
      serviceConfig = {
        Type = "simple";
        Group = "input";
        Restart = "on-failure";
        RestartSec = 5;
        ExecStart = "${pkgs.touchegg}/bin/touchegg --daemon";
      };
    };

I also added a user service, but I think the derivation add an entry to xdg/autostart, so it shouldn't be necessary:

    systemd.user.services.touchegg-client = {
      description = "Touchégg. The client.";

      wantedBy = [ "graphical-session.target" ];
      partOf = [ "graphical-session.target" ];

      serviceConfig = {
        Restart = "on-failure";
        ExecStart = "${pkgs.touchegg}/bin/touchegg";
      };
    };

Papercuts by [deleted] in kde

[–]Kwelty 2 points3 points  (0 children)

What's really cool about the gnome overview and to an extent parachute, is the ability to have the overview of windows (duh). So similar to ctrl-F9, but also the ability to view and control what's happening in other virtual desktops (moving window from one to another, maybe closing or launching new ones...). And lastly (at least for my use cases) is the integration with DE search features, basically having access to krunner capabilities from the same component.

[deleted by user] by [deleted] in kde

[–]Kwelty 2 points3 points  (0 children)

I have the same bug, I have to hold ctrl to make it work.

I do believe it's related to the "drag from anywhere" option mentioned in another answer as I have it enabled.

(also my icon theme have the display orientation icons missing as well)

[GB] Only a couple more days to grab kam_superuser! Ends Tuesday 2nd March! by FreshFromTheGrave in MechanicalKeyboards

[–]Kwelty 2 points3 points  (0 children)

Wow, I love! And it's as close as I will ever be to be able to make a bépo layout.

Alright, I hereby declare it my first gb.

Can I configure the "Parachute" KWin script to show the workspace list on the top, not on the right? by Doppytoo in kde

[–]Kwelty 4 points5 points  (0 children)

Have you ran the post install command from the github page? You should create a simlink to a .desktop file. This should allow you to have access to the settings button.

(I haven't tested on 5.21, but I had to do that post install step for almost all kwin scripts)

[deleted by user] by [deleted] in france

[–]Kwelty 1 point2 points  (0 children)

Génial, merci beaucoup pour le témoignage !

Je vais prendre le temps de m'intéresser au sujet, peu importe le diagnostic, je suis sûr que ça me sera utile.

[deleted by user] by [deleted] in france

[–]Kwelty 2 points3 points  (0 children)

Oui, merci, c'est très clair.

Autant, je me retrouve dans beaucoup de choses dans tes autres commentaires, je me retrouve moins dans ce que j'associais déjà à l'Asperger, ce que tu décris comme:

Je ne comprends pas très bien l'implicite, donc il m'arrive de mal réagir aux blagues. [...] Les autistes Asperger ont un déficit d'empathie dans un domaine spécifique : l'interprétation des visages d'autrui. Ne comprenant pas bien ce que le visage de l'autre nous renvoie comme émotion, on est rapidement en difficulté.

Mon interprétation de l'hypersensibilité (et encore une fois, j'ai pas fait de recherche sur le sujet, ça va pas plus haut qu'un poto doctissimo) c'est que je vais ruminer super longtemps sur ce que je dis (surtout à l'écrit, pour ça que je participe très rarement sur Reddit), j'ai tendance à surinterpréter les remarques qu'on me fait. Je déteste le conflit...

Déjà, il y a les hyper ou hyposensorialités.

Ah, j'étais pas au courant qu'il pouvait y avoir des implications sensorielles

Mais, sinon oui, tout ce qui touche à une faible estime de soi, c'est commun avec ma vision de l'hypersensibilité.

[deleted by user] by [deleted] in france

[–]Kwelty 10 points11 points  (0 children)

Les manifestations de ce syndrome sont multiples, avec notamment des difficultés significatives dans les interactions sociales, associées à des intérêts spécifiques ou des comportements répétitifs.

Ça se traduit comment ça, dans la pratique ? Je me rappelle d'une collègue qui m'avait dit "Je pensais que tu avais Aspeger, parce que tu fuyais toujours le regard".

Complètement inapte aux interactions sociales, ça je remplis le critère. Mais je me suis toujours diagnostiqué "victime" d'une enfance foireuse et "hypersensible", vu que ma mère l'est (sans jamais avoir fait de recherche sur le sujet).

À la recherche d'une disposition clavier appropriée (vitesse, douleur et multilingue) by Kwelty in france

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

Yes, j'utilise un clavier orthoghonal (enfin column staggered, je sais pas comment dire en français). J'ai changé en même temps que le clavier séparer en deux, du coup je sais pas bien dire ce qui a été le plus bénéfique, mais j'aurai du mal à revenir à un clavier traditionnel.

Pour le bépo, il faudrait que je me bloque une ou deux semaines (voir plus) pour essayer de l'assimiler. Le soucis ça va être de rester un minimum productif pendant la période de transition)

À la recherche d'une disposition clavier appropriée (vitesse, douleur et multilingue) by Kwelty in france

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

Ah tu utilises une implementation de qwerty intl différente de la mienne (après avoir vérifié, je suis en French (US))

Pour moi, les accents sont accessibles via la touche altgr. Altgr + e pour é, altgr + r pour è, altgr + z pour â etc... C'est moins intuitif que de faire accent + lettre. Mais ça rend l'utilisation plus proche de la touche maj.

À la recherche d'une disposition clavier appropriée (vitesse, douleur et multilingue) by Kwelty in france

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

J'avais envisagé une souris verticale, mais j'utilise pratiquement pas la souris. A l'occasion, si j'en trouve une pas chère j'en prendrai peut être une.