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 [[ -z "${2}" ]]; then
|
||||||
if $save_recording; then
|
if $save_recording; then
|
||||||
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.mp4)
|
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.webm)
|
||||||
else
|
else
|
||||||
readonly file=$(mktemp /tmp/spectacle-screenshot.XXXXXXXX.png)
|
readonly file=$(mktemp /tmp/spectacle-screenshot.XXXXXXXX.png)
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -115,7 +115,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Catppuccin Latte Blue userContent.css*/
|
/* Catppuccin Latte Blue userContent.css*/
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
|
|
Reference in a new issue