Vladimir Lomov
Vladimir Lomov
Hello, I package (for myself) auto-complete on Archlinux x86_64 using standard package manager 'pacman'. Current 'Makefile' very restrictive wrt location of 'popup' and 'fuzzy' 'packages'. I prepared patch for 'Makefile'...
Hello, I propose a patch to support `role` of window as addition to `name` but has precedence of it. ``` diff --git a/util/quake.lua b/util/quake.lua index 01891b0..39b6ced 100644 --- a/util/quake.lua +++...
Hello, my Internet provider gives me IPv6 /48 (/64) and I tried to provide IPv6 addresses to my LAN using radvd. I use the following code: ``` interface br0 {...
Hello, I noticed that colortbl "breaks" '\hdotsfor' command from amsmath package. Please consider the following two examples. First example without package 'colortbl': ``` latex \documentclass{article} \usepackage{amsmath} \begin{document} This is an...
Hello. I prepared (rude) patch to use Qt6. Below the patch itself and [here the source](https://git.sr.ht/~vp1981/pkgbuild/blob/master/gle/0003-Migrate-GUI-to-Qt6.patch). ``` From aef6ec9848619e2d2f32726165862976a1fc2594 Mon Sep 17 00:00:00 2001 From: Vladimir Lomov Date: Mon, 24...
### Description Hello. I don't know if it is a bug or a feature of X11, but to start moving or resizing a window in X11, you have to hold...
### Regression? Yes ### System Info and Version System/Version info ```sh Hyprland, built from branch at commit 9a09eac79b85c846e3a865a9078a3f8ff65a9259 (props: bump version to 0.42.0). Date: Wed Aug 7 19:17:10 2024 Tag:...
Hello. If I understand the code of the 'shell' plugin (`plugins/shell/src/lib.rs`) correctly, it currently doesn't accept commands with arguments. Is this correct? Is it possible to extend the 'shell' plugin...
Hello. I don't understand how to use the `shell` configuration option. If I set the 'shell' as ``` shell: "/usr/local/bin/sd-bash" ``` where `sd-bash` is a bash wrapper (to set some...