* unset the colorscheme background, just use whatever is set for kitty
* the above allows for termguicolors to be set without issues (at least
with space_vim_theme)
* set sign backgrouds = 0
* preview win floating = 0 as the floating window with vim has some
issues (overflowing the parent window, resulting in illegible text,
low bg contrast)
* improved monitor timeout behaviour - added a periodic check, only
'dpms * off' when screen is locked
* rm docker-tray as we don't use it much and the status of docker is
easily verified from the shell, should the need arise
* run waybar.sh as the swaybar_command
and a couple more updates:
* don't run wofi -f (fork?) because it's failing
* fix exec/exec_always behaviour - order mattered
* switch to lxpolkit because gnome the one just won't work
* default border is now 1, looks ok
* add flags to chromium keybind
* run waybar the old way as the new one seems to be more expensive on
the cpu
notable options that changed or were recently added to kitty and
needed to be ingegrated:
* scrollback_fill_enlarged_window yes
* scrollback_lines 500000
scrollback has been limited to 500k lines, which, in practice is
still too much
* confirm_os_window_close 1
* allow_hyperlinks ask
* tab_activity_symbol have been set to 🚦, cause why not
* per-tab zoom keybinding have been added
* tab title template have been edited to also include tab index number
* new url prefixes have been added
* optimise zplug, completions and ohmyzsh plugin loading resulting in
faster load time
* introduce shell caching (surely another speed-up)
* clean-up zshrc and move stuff (wayland exports, sway call) to profile
* set cleaner git status indicators via SPACESHIP vars
* delete stuff (yeah, I know...)
as per #2
* theme change to space_vim_theme
* airline theme change to violet
* compensate for themes not setting italic by setting it ourselves
* airline mode set to the short versions of normal, insert, visual,
etc...
* enable vim popups (ballooneval)
* add ALE linter
* syntastic conditional loading
* Plug plugins conditional loading
* plugins slowing down vim startup are only loaded based on
event hooks that's active once vim loaded the file {CursorHold,CursorHoldI}
* {plugin,theme,general} clean-up