Vosjedev

Results 38 comments of Vosjedev

@gfhdhytghd Grim and slurp, or rather `grimshot`, is not really an option for me, for several reasons. I sometimes make screenshots where timing is a problem. Slurp does not pause...

For now I solved this with the following script which just hides waybar: ``` #!/usr/bin/bash flameshot gui & sleep 3 killall -SIGUSR1 waybar # toggle waybar wait # wait for...

For anyone using the window rules mentioned in that original post: The rule name changed, so change the line ``` windowrule = nofullscreenrequest,flameshot ``` to be ``` windowrule = fakefullscreen,flameshot...

Then I'll move that to vaxerski like I already did ~3weeks ago: > I guess as I am not the only one with this problem I won't close this for...

> I still will not budge on the fact that accommodating for apps' laziness in doing things in a fucking shit way instead of the proper way is not what...

> Or politely ask the software developers (flameshot, chrome, etc.) to provide an option to render the software at any level? For that they would have to get the compositor...

I am interested in making some of the applications in the checklist, mosly interested in the filemanager. I am also thinking about the application 'store'/manager. I would like to add...

Following my last post: Some settings for default apps in the config would be nice, so the filemanager knows which app to use for which type of file. This is...

Yes, I am very interested in a console-file manager looking like a graphical file manager (for example dolphin, nautilus, windows exporer.). I am learning to use python3-prompt-toolkit to make apps...