Dario Gjorgjevski

Results 6 issues of Dario Gjorgjevski

Why is it that the launching the GTK version of GNU Emacs (25.1.1) gives me a floating window? `xprop` says `_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL`, which should make it tiling by default,...

``` ffprobe version 2.7.2 Copyright (c) 2007-2015 the FFmpeg developers built with gcc 5.2.0 (GCC) configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm...

Enhancement

Is `no_focus_stealing_out` implemented anywhere? I do not see it doing anything, contrary to what the documentation claims. I do not focus clients by other means, i.e. `awful.rules` or anything like...

[This line](https://github.com/fholgado/minibufexpl.vim/blob/master/plugin/minibufexpl.vim#L635) should be changed from ``` vim " [...] if exists('&norelativenumber') set norelativenumber endif " [...] ``` to ``` vim " [...] if exists('&relativenumber') set norelativenumber endif " [...]...

Consider my `use-package` entry for AUCTeX: ```elisp (use-package tex-site :ensure auctex :after tex-mode :config ;; TeX. (use-package tex :custom (TeX-auto-save t) (TeX-byte-compile t) (TeX-clean-confirm nil) (TeX-complete-expert-commands t) (TeX-debug-bad-boxes t) (TeX-debug-warnings...

wontfix

Is there any chance to make the display of buffers between vim-airline and vim-bufferline more consistent, i.e. have them follow the same format? What bothers me the most is that...