Re: [dev] show line number *and* column number in a search

2022-06-20 Thread Κράκ Άουτ
Στις 20 Ιουν 2022 16:02, ο/η Greg Reagle έγραψε: On Mon, Jun 20, 2022, at 3:00 AM, m...@datameer.com wrote: "Greg Reagle" wrote: ls | awk '/er.*/ {match($0, /er.*/); print $0; print NR":"RSTART"-"RSTART+RLENGTH}' debfoster-a-notes.txt 3:8-22 vdirsyncer 21:9-11 So there is a match on line 3 c

Re: [dev][st] Solution: UTF-8 needs IBus!

2022-04-26 Thread Κράκ Άουτ
Στις 26 Απρ 2022 23:59, ο/η Robert Winkler έγραψε: To make a long story short: The input of UTF-8 characters with st needs an IBus daemon (standard on Gnome, but not on other window managers such as Plasma, dwm, ..). I added to ~/.config/autostart: `Ibus-Daemon.desktop` ~~~ [Desktop Entry] Nam

Re: [dev][st] UTF-8 works on debian, but not on PopOS Ubuntu

2022-04-26 Thread Κράκ Άουτ
Στις 26 Απρ 2022 06:49, ο/η Robert Winkler έγραψε: With the risk of annoying the experts (but lacking UTF-8 is a show stopper for me, since I write a lot in Spanish and German..). I compiled the same st code on Debian 11 (Bullseye) and Pop OS! (Ubuntu 21.10). On Debian, UTF-8 works fine, on Pop

[dev] [dwm] Version bump to 6.3

2022-01-17 Thread Κράκ Άουτ
Hi, Out of curiosity, why the version bump of dwm to 6.3? I haven't seen any major changes in logs or news.

Re: [dev] [dwm] Hide window content when moving/resizing windows

2021-02-10 Thread Κράκ Άουτ
Στις 10/2/21 4:46 μ.μ., ο/η Страхиња Радић έγραψε: On 21/02/10 01:10, Κράκ Άουτ wrote: So, looking at your code, can I limit updates to 1/sec instead of 60/sec? Changing this line, `if ((ev.xmotion.time - lasttime) <= (1000 / 60))` to `if ((ev.xmotion.time - lasttime) <= (1000 / 1))` wo

Re: [dev] [dwm] Hide window content when moving/resizing windows

2021-02-10 Thread Κράκ Άουτ
Στις 10/2/21 2:57 μ.μ., ο/η Hiltjo Posthuma έγραψε: On Wed, Feb 10, 2021 at 01:10:40PM +0200, Κράκ Άουτ wrote: Στις 10/2/21 12:34 μ.μ., ο/η Hiltjo Posthuma έγραψε: On Wed, Feb 10, 2021 at 10:40:39AM +0200, Κράκ Άουτ wrote: I started using dwm a couple of months ago, switching from xfce4

Re: [dev] [dwm] Hide window content when moving/resizing windows

2021-02-10 Thread Κράκ Άουτ
Στις 10/2/21 12:34 μ.μ., ο/η Hiltjo Posthuma έγραψε: On Wed, Feb 10, 2021 at 10:40:39AM +0200, Κράκ Άουτ wrote: I started using dwm a couple of months ago, switching from xfce4. Since my pc is a bit constrained on resources I really appreciate the low memory footprint of dwm. But I've no

[dev] Hide window content when moving/resizing windows

2021-02-10 Thread Κράκ Άουτ
I started using dwm a couple of months ago, switching from xfce4. Since my pc is a bit constrained on resources I really appreciate the low memory footprint of dwm. But I've noticed that it's slower than xfce/xfwm when resizing/moving floating windows. Also on converting tiled to floating and vice