quickmarks 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Bookmarks qute://bookmarks/
  2. GitHub - Xresources-themes https://github.com/logico-dev/Xresources-themes
  3. GitHub - dmenu-scripts-collection https://github.com/jukil/dmenu-scripts-collection
  4. GitHub - alacritty color schemes https://github.com/alacritty/alacritty/wiki/Color-schemes
  5. GitHub - qtile-theme-changer https://github.com/CyberGsus/qtile-theme-changer
  6. GitHub - dotfiles (WMs and others) https://github.com/antoniosarosi/dotfiles
  7. Habr - console utils https://habr.com/ru/post/487006/
  8. Vifm - Часть 1 https://jenyay.net/Programming/Vifm1#firstrun
  9. Alacritty - features https://github.com/alacritty/alacritty/blob/master/docs/features.md
  10. Alacritty - Config example https://github.com/alacritty/alacritty/blob/master/alacritty.yml
  11. VirtualKeyCode https://docs.rs/glutin/0.26.0/glutin/event/enum.VirtualKeyCode.html#variants
  12. Qtile CHANGELOG https://github.com/qtile/qtile/blob/master/CHANGELOG
  13. Qtile - Documentation http://docs.qtile.org/en/latest/
  14. Qtile - libqtile.widget.base (mouse_callbacks) http://docs.qtile.org/en/latest/_modules/libqtile/widget/base.html?highlight=mouse_callbacks#
  15. OpenWeather - Icons https://openweathermap.org/weather-conditions
  16. Color Table (RGB & HEX) https://tools.seo-zona.ru/color.html
  17. Colors + https://snipp.ru/handbk/html-colors
  18. Vifm - Часть 2 https://jenyay.net/Programming/Vifm2
  19. Vifm - colors https://github.com/vifm/vifm-colors
  20. Vifm - Manual https://vifm.info/manual.shtml
  21. LOSST.ru - Mount USB https://losst.ru/montirovanie-fleshki-linux
  22. OpenWeather - HowTo (Examples) https://openweathermap.org/current#cityid
  23. Derek Taylor (Distrotube) - Dotfiles (GitLab) https://gitlab.com/dwt1/dotfiles/-/tree/master/
  24. GitHub (ssh) - Access by ssh https://jeka.by/post/1051/setup-ssh-keys-for-bitbucket-github/
  25. ssh - Auth by key https://losst.ru/avtorizatsiya-po-klyuchu-ssh
  26. Git - Ежедневная работа (examples) https://habr.com/ru/post/174467/
  27. CSS - Справочник http://htmlbook.ru/css
  28. Linux - Xresources https://wiki.archlinux.org/index.php/X_resources_(%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9)
  29. Alacritty - deb package https://packagecloud.io/hongri_cui/packages/packages/debian/buster/alacritty_0.4.2_amd64.deb
  30. dmenu - scrips-collection https://github.com/jukil/dmenu-scripts-collection
  31. Vifm - Wiki https://wiki.vifm.info/index.php/Main_Page
  32. Vifm - vifmimg https://github.com/cirala/vifmimg
  33. zsh - autosuggestions like in fish https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
  34. Dropbox - sync issues https://www.dropboxforum.com/t5/Dropbox-files-folders/Dropbox-stuck-syncing-for-days/td-p/396078
  35. Dropbox - sync issues (Fix Hardlinks) https://www.dropboxforum.com/t5/Dropbox-installs-integrations/Can-t-access-the-quot-Fix-hardlinks-quot/td-p/486556
  36. Dropbox - help (Troubleshoot Dropbox syncing issues) https://help.dropbox.com/installs-integrations/sync-uploads/files-not-syncing
  37. Dropbox - Stop Syncing Apps When You Use Dropbox!!! https://helpdeskgeek.com/help-desk/13-troubleshooting-tips-for-when-dropbox-files-are-not-syncing/
  38. zsh - syntax-highlighting https://github.com/zsh-users/zsh-syntax-highlighting
  39. i3 - User's Guide https://i3wm.org/docs/userguide.html
  40. i3pystatus - Documentation https://i3pystatus.readthedocs.io/en/latest/index.html
  41. zsh - powerlevel10k https://github.com/romkatv/powerlevel10k#manual
  42. Python - Как работают импорты в Python https://tproger.ru/translations/guide-into-python-imports/
  43. i3 - Create your own i3 status bar https://en.jeffprod.com/blog/2020/create-your-own-i3-sway-status-bar/
  44. i3 - i3bar input protocol https://i3wm.org/docs/i3bar-protocol.html
  45. Unicode - Characters https://unicode-table.com/en/sets/
  46. bash - History search http://www.michurin.net/tools/bash-history.html
  47. Python - Timer https://docs-python.ru/standart-library/modul-threading-python/klass-timer-modulja-threading/
  48. Python - Own Timer https://www.geeksforgeeks.org/start-and-stop-a-thread-in-python/
  49. Python - Threads https://realpython.com/intro-to-python-threading/
  50. Qtile - How to create an own widget http://docs.qtile.org/en/latest/manual/howto/widget.html?highlight=redraw