====== anwendungen ====== ===== vlc ===== ==== shortcuts ==== a: Seitenverhältnis durchwechseln\\ c: Seitenverhältnis beschneiden ===== firefox ===== nnoremap 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 ==== @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #nav-bar { height: 0px !important; min-height: 0 !important; } #nav-bar * { visibility: visible; } #nav-bar-customization-target, #PanelUI-button, #window-controls, #nav-bar-overflow-buton { display: none; } dieses snippet verträgt sich auch mit µblock origin ==== addonbar auch im vollbilld anzeigeh ==== #ctraddon_addon-bar { visibility: visible !important; } ==== nerviges status overlay ausblenden ==== @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); statuspanel { display: none !important; } ==== adresseingabe nicht automatisch vervollständigen ==== about:config browser.fixup.alternate ==== Datumsformat für Statusbar Date() ==== %d.%m.%Y - %H:%i:%s ==== vimperator ==== |:noh|clear search hightlights| ===== mutt ===== |l|reply to list| |ctrl+g|cancel command| ===== gitolite ===== list repos ''ssh git@server expand'' ===== odoo ===== ==== generierte pdfs leer ==== wkhtmlpdf paket von http://wkhtmltopdf.org/ laden ===== atom ===== meine liste plugins alignment atom-alignment atom-beautify auto-indent autoclose-html autocomplete-plus color-picker docblockr git-log highlight-line highlight-selected keyboard-localization language-puppet language-typoscript2 line-ending-converter minimap minimap-highlight-selected minimap-selection overrides project-manager Remote-FTP simple-drag-drop-text tortoise-svn alignment@1.1.5 altgr@0.1.0 atom-alignment@0.12.1 atom-beautify@0.28.5 auto-indent@0.5.0 autoclose-html@0.18.0 bin color-picker@2.0.4 docblockr@0.7.2 git-log@0.4.1 highlight-line@0.11.0 highlight-selected@0.10.0 keyboard-localization@1.4.3 language-htaccess@0.1.1 language-puppet@0.12.0 language-typoscript2@0.2.0 line-ending-converter@1.1.0 minimap@4.10.0 minimap-highlight-selected@4.3.0 minimap-selection@4.2.0 project-manager@1.15.10 Remote-FTP@0.7.1 simple-drag-drop-text@0.2.3 tab-smart-sort@0.1.4 tab-switcher@1.0.0 tortoise-svn@0.4.2 ===== tipp10 meckert über fehlende bibliotheken ===== aptitude install libxrandr2:i386 libXcursor1:i386 libXinerama1:i386 libfontconfig1:i386 ==== umschalten zwischen layouts ==== setxkbmap de setxkbmap de neo ===== telegram-desktop ===== 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. source: https://github.com/telegramdesktop/tdesktop/issues/533#issuecomment-219857356