qsmodo

Results 10 issues of qsmodo

In the `:compare` view, a missing file is denoted as `.....`, but it is not considered a mismatch. As such, `]c` will skip past them. This is unfortunate when comparing...

improvement/addition

Vifm can color file names according to their type (regular file, directory, FIFO, etc.), but it does not color the remaining columns (size, permission, etc., as set in `viewcolumns`). I...

improvement/addition
ui

[Gspell is currently a dependency](https://github.com/dino/dino/wiki/Build#dependencies). Since many people won't need spell checking, and don't have any spelling library installed, would it be too involved to make it an optional dependency?

I've set `#define OUTPUT_TITLE True` in my `config.h`, recompiled, but still no title is output. I added a debugging `fprintf(stderr, "%s\n", wtitle.strings);` statement inside this test: https://github.com/sulami/FrankenWM/blob/0eb3d54b0cf7cac958408826f1d434d8867f3a6b/frankenwm.c#L1385-L1388 and found out...

I'm using Zathura as my full-screen window in my tests. To reproduce, - Open 3 windows, A, F and Z. - Float window F. - Make window Z full-screen (press...

For people who use only a couple of favorite layouts, it might be worth to have one single keybinding to cycle through them. This allows choosing them with a new...

- Open a two windows in each of the workspaces 1 and 2. - Maximize a window in workspace 1. - Move it to workspace 2. - Switch to workspace...

I find it hard to tell whether a toolbar button that contains a icon, not text, is disabled or not. I added button:disabled{opacity: 0.5;} to `gtk-buttons.css` and found the results...

**Edit:** The organization has been created: https://github.com/nsxiv Sxiv is quite dead right now. Various forks are emerging and not only is it hard to pick the active ones from the...

For those who use window managers (e.g. dwm, icewm) that show window titles, it may be useful to show the current file name in the title. This PR breaks the...