coloursofnoise
coloursofnoise
I wanted to be able to use the `:nested: full` display while keeping the documentation for nested sub-commands on separate pages from the main command. If this is already possible...
It may also be worth adding a note about consolidating the p10k cache files if that's within scope for this project: https://github.com/romkatv/powerlevel10k/issues/1817
Once #535 or similar is merged, I would like to propose adding a "GStatus" (or similar) module generated by the clang scripts to encompass "is" functions such as [`gtk_widget_is_focus`](https://developer.gnome.org/gtk3/stable/GtkWidget.html#gtk-widget-is-focus) that...
Trying to add a `match-selected` signal handler to a [GtkEntryCompletion](https://developer.gnome.org/gtk3/stable/GtkEntryCompletion.html), I've had issues getting [`signal_connect`](https://github.com/JuliaGraphics/Gtk.jl/blob/master/src/GLib/signals.jl) to work, however I have found a working solution. ### Issues: - Using the "simple"...
Windows 7, Julia 1.5.0 also reproduced on Windows 10 trying to open a GtkColorChooser using either the following code ```julia chooser = ccall((:gtk_color_chooser_dialog_new, Gtk.libgtk), Ptr{GObject}, (Cstring, Ptr{GObject}), "pick color", GtkNullContainer())...
## Setup - open an i3-layouts controlled workspace (tested with `vstack` layout specifically) - open both tiling and floating windows - focus a floating window and run `i3l move left`...
[no_focus documentation](https://i3wm.org/docs/userguide.html#no_focus) ## Setup - add `no_focus [class=".*"]` to the i3 config file - open an i3-layouts controlled workspace (tested with vstack layout specifically) - open multiple windows ## Expected...
The rofi (non-standalone) mode does not support the `--use-icons` option, only `--hidden-descriptions`. I've included a patch that shares code between the standalone and rofi modes (see note for a potential...
The `GLOB_SUBST` option (${~...}) needs to be set to interpret the expansion result as a pattern.
### Rofi version (rofi -v) Version: 1.7.5 ### Configuration https://gist.github.com/coloursofnoise/9a0c574a1c50df9aad94e78ebb09407c#file-config-rasi ### Theme https://gist.github.com/coloursofnoise/9a0c574a1c50df9aad94e78ebb09407c#file-theme-rasi ### Timing report _No response_ ### Launch command rofi -config test.rasi ### Step to reproduce ```sh %...