Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
anwendungen [2016/03/20 23:42] – Externe Bearbeitung 127.0.0.1anwendungen [2017/06/28 11:57] (current) gevatter
Line 8: Line 8:
   nnoremap <F2> <C-S-E>   nnoremap <F2> <C-S-E>
   ignorekeys add rssreader\\.notld\\.de   ignorekeys add rssreader\\.notld\\.de
 +
 +===== "wollen sie sich wirklich einloggen"-popup deactivieren =====
 +
 +  about:config
 +  
 +new integer
 +
 +  network.http.phishy-userpass-length
 +  
 +  255
 +
  
 ==== addressbar via stylish ausblenden ==== ==== addressbar via stylish ausblenden ====
Line 127: Line 138:
 setxkbmap de neo setxkbmap de neo
 </code> </code>
 +
 +===== telegram-desktop =====
 +<code>
 +You can start multiple instances with the following command:
 +
 +    Telegram -many -workdir "C:\Users\asd\Desktop\instance1\data"
 +    Telegram -many -workdir "C:\Users\asd\Desktop\instance2\data"
 +
 +I think it should be the same for linux.
 +</code>
 +source: https://github.com/telegramdesktop/tdesktop/issues/533#issuecomment-219857356