Skip to content

Instantly share code, notes, and snippets.

terminal + driver + window_manager

  1. alacritty + intel + i3wm: small flicker on workspace switching, can be neglected
  2. alacritty + modesetting + i3wm: horrible black tearing after workspace switching
  3. alacritty + nvidia + i3wm: screen flicker on workspace switching, screen flash to black in the middle, tuning nvidia-setting does not work
  4. urxvt/kitty + intel/modestting/nvidia + i3wm: no flicker
  5. foot/alacritty/kitty + intel/modestting/nvidia + sway: no flicker

alacritty

  1. no osc notification, but bell can be used in tmux over ssh
  2. i3wm+nvidia => screen flicker on workspace change, sometimes seconds lagging over nomachine
{
"normal": {
"autocancel": false,
"autocancelvalue": 2,
"cancelcontextmenu": true,
"capturetype": "jpeg",
"clickedOptin": false,
"cursorimg": null,
"cursorimgscale": 1,
"dbclicktime": 600,
@tkkcc
tkkcc / sing_box_config.json
Last active July 1, 2024 04:50
sing-box simple proxy
{
"inbounds": [{ "type": "http", "listen": "::", "listen_port": 1080 }]
}