wayfire: fix slurp color issue
This commit is contained in:
parent
7f166cb6ca
commit
c638da74b3
1 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ binding_screenshot_interactive = <super> <shift> KEY_SYSRQ
|
|||
command_screenshot_interactive = wf-info | grep Geometry | awk '{print $2, $3}' | grim -g - ~/Pictures/$(date '+%F_%T').png
|
||||
# copy to clipboard
|
||||
binding_screenshot_clipboard = KEY_SYSRQ
|
||||
command_screenshot_clipboard = slurp -b 2c2c2cff -B 2c2c2cff -c 2c2c2cff -o | grim -g - - | wl-copy --type image/png
|
||||
command_screenshot_clipboard = slurp -b 5ecded20 -B 2c2c2c20 -c 5ecded80 -o | grim -g - - | wl-copy --type image/png
|
||||
|
||||
## Screencast
|
||||
# binding_screencast = <alt> KEY_SYSRQ
|
||||
|
@ -288,7 +288,7 @@ duration = 250
|
|||
title_height = 0
|
||||
title_size = 0
|
||||
ignore_views = all
|
||||
# broder_size = 10
|
||||
# broder_size = 1
|
||||
# active_color = \#ffffffAA
|
||||
# inactive_color = \#ffffffAA
|
||||
|
||||
|
|
Loading…
Reference in a new issue