Switch back to generic screenshot tool
This commit is contained in:
parent
8b8844a8c2
commit
ac20bfbdd4
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
||||||
brightnessctl
|
brightnessctl
|
||||||
hyprpicker
|
hyprpicker
|
||||||
libnotify
|
libnotify
|
||||||
shotman
|
sway-contrib.grimshot
|
||||||
wdisplays
|
wdisplays
|
||||||
wl-clipboard-rs
|
wl-clipboard-rs
|
||||||
];
|
];
|
||||||
|
|
|
@ -60,9 +60,9 @@
|
||||||
"${primeMod}+Ctrl+n" = ''exec makoctl dismiss -a'';
|
"${primeMod}+Ctrl+n" = ''exec makoctl dismiss -a'';
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
"${secMod}+f" = ''exec shotman --copy --capture region'';
|
"${secMod}+f" = ''exec grimshot --notify savecopy area'';
|
||||||
"${secMod}+Shift+f" = ''exec shotman --copy --capture window'';
|
"${secMod}+Shift+f" = ''exec grimshot --notify savecopy active'';
|
||||||
"${secMod}+Ctrl+f" = ''exec shotman --copy --capture output'';
|
"${secMod}+Ctrl+f" = ''exec grimshot --notify savecopy output'';
|
||||||
|
|
||||||
# Display brightness
|
# Display brightness
|
||||||
"${primeMod}+equal" = ''exec brightnessctl s 5%+'';
|
"${primeMod}+equal" = ''exec brightnessctl s 5%+'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue