Re: [dev] st: no need for scrollback patch or program by using -o option

2023-01-14 Thread Enan Ajmain
On Fri, 13 Jan 2023 19:53:41 -0600 Dave Blanchard wrote: > I experimented with st for a week or so, before finally realizing that > it's poorly-written trash. It has no advantages over XTerm at all. Why do you think it's "poorly written"? I looked at the code when I wanted to add a feature. I

Re: [dev] Commandline Email Advice Request

2022-11-30 Thread Enan Ajmain
On Tue, 29 Nov 2022 17:47:40 -0600 fernandoreyesavila3 wrote: > On 22/11/26 04:06PM, Enan Ajmain wrote: > > Previous responders said: > > > > o Maybe GMail doesn't allow sending emails without their web > > interface o Gmail doesn't allow to use SMTP in a c

Re: [dev] Commandline Email Advice Request

2022-11-28 Thread Enan Ajmain
Previous responders said: o Maybe GMail doesn't allow sending emails without their web interface o Gmail doesn't allow to use SMTP in a classic way (normal auth with/without encryption). I can confirm that GMail does allow sending emails through other means (not only “git send-email”,

Re: [dev] [st] compilation warnings/errors

2022-11-12 Thread Enan Ajmain
On Sat, 12 Nov 2022 19:56:17 + ShellCode wrote: > So it made me wonder, what are your thoughts on passing -Werror by > default to the compiler ? And what about -Wall and -Wextra ? I think these warnings are valuable indicators of potential bugs and the devs should pay close attention to

[dev] [st] Putting cursor in the line below the current line

2022-09-15 Thread Enan Ajmain
I watched a video exploring Sun Solaris 7[1] where the install console had a unique cursor. It was an upward-pointing arrow _below_ the character[2]. I'm currently trying to emulate it in st. Drawing the cursor in the line below was easy[3], but it leaves artifacts behind, which I am guessing

Re: [dev] [slock] Slock left a file in /etc/pam.d after uninstall

2019-12-21 Thread Enan Ajmain
Hi, Jochen, On Sat, Dec 21, 2019 at 3:20 AM Jochen Sprickerhof wrote: > > Hi Enan, > > * Enan Ajmain <3nan.ajm...@gmail.com> [2019-12-19 09:38]: > >I installed slock manually. But I might have installed from Ubuntu > >repo in the past to check it out. So, you migh

Re: [dev] [slock] Slock left a file in /etc/pam.d after uninstall

2019-12-20 Thread Enan Ajmain
Hi, Hiltjo I installed slock manually. But I might have installed from Ubuntu repo in the past to check it out. So, you might be right. Thanks, Enan Ajmain On Wed, Dec 18, 2019 at 10:28 PM Hiltjo Posthuma wrote: > > On Wed, Dec 18, 2019 at 06:23:03PM +0600, Enan Ajmain wrote: > &g

Re: [dev] [slock] Slock left a file in /etc/pam.d after uninstall

2019-12-20 Thread Enan Ajmain
Hi, Nice to see an Office fan, assuming you ARE referring to Pam of Pam and Jim from Office. Unexpected, but wonderful. Regards, Enan On Wed, Dec 18, 2019 at 10:37 PM wrote: > > On Wed, Dec 18, 2019 at 06:23:03PM +0600, Enan Ajmain wrote: > > ... > > ... /etc/pam.d folder .

Re: [dev] [slock] Slock left a file in /etc/pam.d after uninstall

2019-12-19 Thread Enan Ajmain
On Thu, Dec 19, 2019 at 9:34 PM inasprecali wrote: > > Yes, really. > Sorry, I don't understand. Could you expand a bit more, please? Enan On Thu, Dec 19, 2019 at 9:34 PM inasprecali wrote: > > Yes, really. >

Re: [dev] [dwm] [patch] Need help regarding tilegap patch

2019-12-19 Thread Enan Ajmain
y windows > could crash the window manager and all other running X applications with it. > > > On 8 Apr 2019, at 11:01, Enan Ajmain <3nan.ajm...@gmail.com> wrote: > > > > Thanks, deruzen. > > > > About the part about 2*gappx exceeding width or height : In my ca

Re: [dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-12-19 Thread Enan Ajmain
On Wed, Feb 27, 2019 at 1:00 PM Danh Doan wrote: > > st uses Xft and Xft doesn't support color fonts. > > See: https://github.com/googlei18n/noto-emoji/issues/183 Oh, I get it. I am now using using an alternative. Thanks for your help, Enan

[dev] [slock] Slock left a file in /etc/pam.d after uninstall

2019-12-18 Thread Enan Ajmain
Hi, I just uninstalled slock and did a search for leftover manpages or config files. I saw that there is a file left in /etc/pam.d folder. I think it's supposed to do the password authentication. My question is, should I leave the file as is? Or is it gonna mess with Xscreensaver? Thanks, Enan

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-15 Thread Enan Ajmain
, I am a huge fool. `$ man dwm` has a nice entry at the very last. I should've given it a read before asking for help. Will remember to do that next time. Regards, Enan Ajmain

Re: [dev] [dwm] How do I launch a window in floating mode without using `Rules rules[]`?

2019-05-14 Thread Enan Ajmain
On Wed, May 15, 2019 at 2:09 AM Felix Van der Jeugt wrote: > > Dear Enan Ajmain, > > Quoting Enan Ajmain (2019-05-14 13:00:34) > > I want to add a keybinding to launch my terminal emulator in floating > > mode, and I want it to be separate from my regular keybindin

[dev] [dwm] How do I launch a window in floating mode without using `Rules rules[]`?

2019-05-14 Thread Enan Ajmain
if anyone could point me in the right direction, it would be great. Thanks, Enan Ajmain

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-14 Thread Enan Ajmain
On Tue, May 14, 2019 at 6:01 PM Storkman wrote: > > > > On May 14, 2019 10:37:57 AM UTC, Enan Ajmain <3nan.ajm...@gmail.com> wrote: > >Thanks. It worked. > > > >I've added `wmname LG3D` in xinitrc, but it doesn't work for some > >reason. But I invo

[dev] [dwm] Need help about gray windows of Java applications

2019-05-12 Thread Enan Ajmain
tried the following solution suggested by ArchWiki, but it doesn't work for logisim. If anyone else has any idea, please let me know. ``` export _JAVA_AWT_WM_NONREPARENTING=1 ``` Thanks, Enan Ajmain

Re: [dev] [st] How do I add a keybinding to open a new ST window in the current working directory?

2019-05-11 Thread Enan Ajmain
Hi, Thanks. That will work for me, just updated for bash. Until I get to add this functionality into ST directly, it will work. Thanks again, Enan Ajmain On Sat, May 11, 2019 at 3:17 PM Hadrien Lacour wrote: > > On Tue, Apr 23, 2019 at 04:54:17PM +0600, Enan Ajmain wrote: > > H

Re: [dev] [st] How do I add a keybinding to open a new ST window in the current working directory?

2019-05-09 Thread Enan Ajmain
0 PM Alexander Krotov wrote: > > On 23/04/2019 13:54, Enan Ajmain wrote: > > Hi, > > > > I want to add a keybinding to ST to spawn a new ST window in the > > current working directory. How do I do that? > > > > Thanks, > > Enan > > >

[dev] [st] How do I add a keybinding to open a new ST window in the current working directory?

2019-04-23 Thread Enan Ajmain
Hi, I want to add a keybinding to ST to spawn a new ST window in the current working directory. How do I do that? Thanks, Enan

Re: [dev] Re: [slock] Need help working on the project

2019-04-14 Thread Enan Ajmain
rget at lines 48-49. You only need to `sudo make install` > for it to install correctly. > > > On Sat, Apr 13, 2019 at 7:57 PM Enan Ajmain <3nan.ajm...@gmail.com> wrote: > > Please fix your mail client to reply below original message text, > thanks. > > -- > wowaname <https://wowana.me/pgp> >

[dev] Re: [slock] Need help working on the project

2019-04-14 Thread Enan Ajmain
r 13, 2019 at 7:57 PM Enan Ajmain <3nan.ajm...@gmail.com> wrote: > > Hi, > > I wanted to try and add a background image to the slock utility. I > have not worked on a project which needs "sudo" privilege. And now I > can't figure out how to work on this. For now

[dev] [slock] Need help working on the project

2019-04-13 Thread Enan Ajmain
Hi, I wanted to try and add a background image to the slock utility. I have not worked on a project which needs "sudo" privilege. And now I can't figure out how to work on this. For now, I am doing the following. ``` make sudo chown root:root ./slock sudo chmod u+s ./slock ./slock ``` I am sure

Re: [dev] [dwm] [patch] Need help regarding tilegap patch

2019-04-08 Thread Enan Ajmain
deurzen wrote: > > Nothing wrong with that. Only situation in which this would crash is if > 2*gappx exceeds the width or height of the tiled area, obviously. > > > On 7 Apr 2019, at 16:15, Enan Ajmain <3nan.ajm...@gmail.com> wrote: > > > > Hi, > > I am usin

[dev] [dwm] [patch] Need help regarding tilegap patch

2019-04-07 Thread Enan Ajmain
tuff. But due to my lack of experience, I wanted to make sure whether this will be in any way harmful. I don't want my window manager to crash when I need it. So, if someone could point out the faults if any, it would be much appreciated. Thanks, Enan Ajmain

Re: [dev] [st] Cannot redraw the screen properly

2019-03-04 Thread Enan Ajmain
that, won't happen again. As for the reproduction of bugs, I'm looking into it. My only configurations was scrollback patch, colors and font. I will get back. Thanks, Enan Ajmain On Mon, Mar 4, 2019 at 1:54 PM Martin Tournoij wrote: > > On Mon, Mar 4, 2019, at 19:13, Enan Ajmain wrote:

[dev] [st] Cannot redraw the screen properly

2019-03-03 Thread Enan Ajmain
splits, it becomes bothersome. I can't ensure if the problem is with tmux, since I cannot reproduce it every time, it's inconsistent. Any idea how to fix it? If required, my fork of ST is here: https://github.com/enanajmain/st Thanks, Enan Ajmain

[dev] [st] ST leaves parts of previous command behind

2019-03-02 Thread Enan Ajmain
splits, it becomes bothersome. I can't ensure if the problem is with tmux, since I cannot reproduce it every time, it's inconsistent. Any idea to fix it? If required, my fork of ST is here: https://github.com/enanajmain/st Thanks, Enan Ajmain

[dev] [st] ST leaves parts of previous command behind

2019-03-01 Thread Enan Ajmain
splits, it becomes bothersome. I can't ensure if the problem is with tmux, since I cannot reproduce it every time, it's inconsistent. Any idea to fix it? If required, my fork of ST is here: https://github.com/enanajmain/st Thanks, Enan Ajmain

Re: [dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-02-26 Thread Enan Ajmain
sor moving around, but no text. So clearly that font only has symbols for emojis. In the end, I have decided not to use glyphs in terminal. Thanks for your help, Enan Ajmain On Mon, Feb 25, 2019 at 10:31 PM Erika Mannerheim wrote: > > To my knowledge, st also supports fallback fonts via

Re: [dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-02-25 Thread Enan Ajmain
ure out what font can display that character. Maybe you > can find out what font your xfce terminal is actually using and update > your st config.h correspondingly? > > On Mon, Feb 25, 2019 at 3:35 PM Enan Ajmain <3nan.ajm...@gmail.com> wrote: > > > > Hi, > > I am

[dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-02-25 Thread Enan Ajmain
is the problem. Maybe I need to use some specfic fonts. It would be great I could get some help fixing this. Thanks, Enan Ajmain