Skip to content

No keyboard shortcuts for screenshots #733

Answered by fabcontigiani
t3st-account asked this question in Q&A
Discussion options

You must be logged in to vote

You can add your own screenshot keybindings via GNOME keybindings, managed in the Regolith Settings app, see here.

I recently accomplished the same by customizing one of Regolith's default partials located at /usr/share/regolith/i3/config.d/90_user-programs following these instructions.

Even if the file name suggests it's only for user-chosen startup programs, I decided to use it for this purpose too, and ended up adding the following lines:

# Run flameshot at startup
exec --no-startup-id flameshot
 
# Screenshot keybindings
bindsym --release Print exec flameshot gui
bindsym --release Shift+Print exec flameshot gui -c -s

In this case I used flameshot, but feel free to use gnome-screensho…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kgilmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants