Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximpershot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximpershot
Commits
3d1ca032
Verified
Commit
3d1ca032
authored
Jun 23, 2025
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wayshot -> grim
parent
4504c26c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ximpershot
ximpershot
+5
-5
No files found.
ximpershot
View file @
3d1ca032
...
@@ -117,19 +117,19 @@ process_screenshot() {
...
@@ -117,19 +117,19 @@ process_screenshot() {
case
"
$app
"
in
case
"
$app
"
in
""
)
""
)
if
[
"
$output_file
"
=
"-"
]
;
then
if
[
"
$output_file
"
=
"-"
]
;
then
wayshot
-s
"
${
geometry
}
"
--stdout
grim
-g
"
${
geometry
}
"
--stdout
elif
[
-n
"
$output_file
"
]
;
then
elif
[
-n
"
$output_file
"
]
;
then
wayshot
-s
"
${
geometry
}
"
-f
"
$output_file
"
grim
-g
"
${
geometry
}
"
"
$output_file
"
fi
fi
if
[
"
$COPY
"
==
"true"
]
;
then
if
[
"
$COPY
"
==
"true"
]
;
then
wayshot
-s
"
${
geometry
}
"
--stdout
| wl-copy
grim
-g
"
${
geometry
}
"
-
| wl-copy
fi
fi
;;
;;
swappy|satty
)
swappy|satty
)
if
[
"
$output_file
"
=
"-"
]
;
then
if
[
"
$output_file
"
=
"-"
]
;
then
wayshot
-s
"
${
geometry
}
"
--stdout
|
"
$app
"
-f
-
-o
-
grim
-g
"
${
geometry
}
"
-
|
"
$app
"
-f
-
-o
-
else
else
wayshot
-s
"
${
geometry
}
"
--stdout
|
"
$app
"
-f
-
-o
"
${
output_file
:-}
"
grim
-g
"
${
geometry
}
"
-
|
"
$app
"
-f
-
-o
"
${
output_file
:-}
"
fi
fi
;;
;;
esac
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment