Compare commits
No commits in common. "b9d47a2619880941c5e4ef3c061b44ffdc87ccd7" and "e39f2d20a60fefcaeb9b9da86c049c717a92f210" have entirely different histories.
b9d47a2619
...
e39f2d20a6
2 changed files with 1 additions and 2 deletions
|
@ -119,7 +119,7 @@ function spectacle-screenshot {
|
|||
|
||||
if [[ -z "${2}" ]]; then
|
||||
if $save_recording; then
|
||||
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.mp4)
|
||||
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.webm)
|
||||
else
|
||||
readonly file=$(mktemp /tmp/spectacle-screenshot.XXXXXXXX.png)
|
||||
fi
|
||||
|
|
|
@ -115,7 +115,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Catppuccin Latte Blue userContent.css*/
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
|
|
Reference in a new issue