Watch
1
0
Fork
You've already forked dotfiles
0

Compare commits

..
4 changed files with 0 additions and 18 deletions

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
ts="$(date "+%Y-%m-%d_%H-%M-%S")"
f="${HOME}/videos/screencasts/${ts}.mkv"
wf-recorder -g "$(slurp)" -f "$f"
echo "$f" >&2
echo "$f"

View file

@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
ts="$(date "+%Y-%m-%d_%H-%M-%S")"
f="${HOME}/images/screenshots/${ts}.png"

View file

@ -71,6 +71,5 @@ tabpad = ""
"C-l" = [":config-reload", ":redraw"]
[keys.normal.space.t]
"q" = ":reflow"
"w" = ":toggle whitespace.render all none"
"W" = ":toggle soft-wrap.enable"

View file

@ -27,7 +27,3 @@ command = "tinymist"
[language-server.tinymist.config.preview]
background = { enabled = true }
refresh = "onSave"
[[language]]
name = "python"
auto-format = true