[dev] [dwm] Is there any way to prevent windows from stealing focus?

2017-11-08 Thread Alef Farah
For instance, if I open a website on Firefox, move to another window, and after a loading period Firefox pops up a basic access authentication window, the focus is stolen from whatever other window I was at. Is there any way to avoid or workaround this in dwm?

Re: [dev] Request for video player recommendation with a good playlist

2017-01-19 Thread Alef Farah
Thank you for the tip, I'll definitively take a look at it! On Thu, Jan 19, 2017 at 12:52:22PM +0100, Laslo Hunhold wrote: > On Thu, 19 Jan 2017 05:25:09 -0200 > Alef Farah wrote: > > Hey Alef, > > > If you're still looking and if the "no playlist" appr

Re: [dev] Request for video player recommendation with a good playlist

2017-01-18 Thread Alef Farah
If you're still looking and if the "no playlist" approach is acceptable I'd suggest trying out ranger (an ncurses file manager with vim-like keybindings). It even supports video previews, though I don't think you can define a numerical order for selected files (without patching it). On Sun, Jan 15

Re: [dev] [discussion] editors

2016-10-11 Thread Alef Farah
I use vim most of the time. I also use emacs with evil[1] for taking notes (org-mode), for writing documents to be exported as HTML or LaTeX (org-export), and for scripting with multiple languages (org-babel). One could have most if not all that functionality with vim + some tools and plugins I gue