Compare commits
4 changed files with 0 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,3 @@ command = "tinymist"
|
|||
[language-server.tinymist.config.preview]
|
||||
background = { enabled = true }
|
||||
refresh = "onSave"
|
||||
|
||||
[[language]]
|
||||
name = "python"
|
||||
auto-format = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue